mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Remove unused game-gamestates
These were `CLICKTOSTART` and `FOCUSMODE`.
This commit is contained in:
parent
119e25d0bb
commit
b7b9caacfc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
enum GameGamestate
|
enum GameGamestate
|
||||||
{
|
{
|
||||||
|
|
||||||
GAMEMODE, TITLEMODE, CLICKTOSTART, FOCUSMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
|
GAMEMODE, TITLEMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue