Change gamestate ints to their enum names

This is to make it easier to read, so I don't have to reference Enums.h
if I want to know what they are referring to.
This commit is contained in:
Misa
2020-04-16 20:15:53 -07:00
committed by Ethan Lee
parent 637a9d5665
commit 4d9c834a13
5 changed files with 11 additions and 11 deletions

View File

@@ -3448,7 +3448,7 @@ void editorlogic()
//Return to game
map.nexttowercolour();
map.colstate = 10;
game.gamestate = 1;
game.gamestate = TITLEMODE;
graphics.fademode = 4;
music.haltdasmusik();
music.play(6);