mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user