Commit Graph

6 Commits

Author SHA1 Message Date
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
Paul Gilbert
4a5c1af79f XEEN: Refactoring subtitles for use in location cutscenes, updated Reaper cutscene 2018-03-11 21:28:11 -04:00
Paul Gilbert
e20266d606 XEEN: Subtitle fixes for Clouds of Xeen intro 2018-03-11 15:30:17 -04:00
Paul Gilbert
c7d5e6f997 XEEN: Subtitle fixes for Dark Side ending 2018-03-11 11:28:10 -04:00
Paul Gilbert
f4af55adc2 XEEN: Subtitle improvements, set up correct subtitles for Darkside intro 2018-03-10 21:56:38 -05:00
Paul Gilbert
5b72fbdcbd XEEN: Implementing subtitles display logic 2018-03-10 20:12:25 -05:00