1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-24 13:38:29 +02:00

Merge pull request #101 from InfoTeddy/general-bug-fixes-2

Reset the Direct Mode property of each room in editorclass::reset()
This commit is contained in:
Terry Cavanagh 2020-01-20 10:28:22 +01:00 committed by GitHub
commit 88f90f50a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,6 +314,7 @@ void editorclass::reset()
level[i+(j*maxwidth)].enemyy1=0;
level[i+(j*maxwidth)].enemyx2=320;
level[i+(j*maxwidth)].enemyy2=240;
level[i+(j*maxwidth)].directmode=0;
}
}