scummvm/engines/xeen/swordsofxeen
Paul Gilbert 22456b345f XEEN: Change bool _isDarkCc to int _ccNum
Originally the flag was whether the party was on the Dark Side,
but as a bool I was having to cast it to an int side/cc number in
more and more places. So now I've converted it to _ccNum, and it
can be used directly as an int
2018-03-17 20:27:42 -04:00
..
swordsofxeen_menu.cpp XEEN: Move Credits and Please Wait classes into their own files 2018-03-04 22:40:43 -05:00
swordsofxeen_menu.h XEEN: Move all the dialog classes to their own sub-folder 2018-03-04 22:40:42 -05:00
swordsofxeen.cpp XEEN: Change bool _isDarkCc to int _ccNum 2018-03-17 20:27:42 -04:00
swordsofxeen.h XEEN: Cleanup of the game title, intro, and menu launching code 2018-02-26 19:15:00 -05:00