mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01: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:
commit
88f90f50a8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue