Remove unused game-gamestates

These were `CLICKTOSTART` and `FOCUSMODE`.
This commit is contained in:
Misa 2021-12-18 00:01:32 -08:00
parent 119e25d0bb
commit b7b9caacfc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
enum GameGamestate
{
GAMEMODE, TITLEMODE, CLICKTOSTART, FOCUSMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
GAMEMODE, TITLEMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
};