scummvm/engines/xeen/worldofxeen
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
..
clouds_cutscenes.cpp XEEN: Change bool _isDarkCc to int _ccNum 2018-03-17 20:27:42 -04:00
clouds_cutscenes.h XEEN: Refactoring subtitles for use in location cutscenes, updated Reaper cutscene 2018-03-11 21:28:11 -04:00
darkside_cutscenes.cpp XEEN: Change bool _isDarkCc to int _ccNum 2018-03-17 20:27:42 -04:00
darkside_cutscenes.h XEEN: Compilation fix 2018-03-10 22:02:36 -05:00
worldofxeen_cutscenes.cpp XEEN: Refactoring subtitles for use in location cutscenes, updated Reaper cutscene 2018-03-11 21:28:11 -04:00
worldofxeen_cutscenes.h XEEN: Compilation fix 2018-03-10 22:02:36 -05:00
worldofxeen_menu.cpp XEEN: Go to menu rather than intro title when game is exitted 2018-03-16 21:41:19 -04:00
worldofxeen_menu.h XEEN: Fixes returning to main menus after viewing intro/end cutscenes 2018-03-05 07:21:54 -05:00
worldofxeen_resources.cpp XEEN: Fixes and cleanup for Dark Side ending 2018-02-14 22:06:04 -05:00
worldofxeen_resources.h XEEN: Visual Studio compilation fix 2016-10-17 21:56:44 -04:00
worldofxeen.cpp XEEN: Change bool _isDarkCc to int _ccNum 2018-03-17 20:27:42 -04:00
worldofxeen.h XEEN: Minor cleanups to outer engine 2018-02-26 19:20:34 -05:00