1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 18:43:33 +02:00

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

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
};