aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs/dialogs_create_char.cpp
AgeCommit message (Collapse)Author
2018-05-27XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialogPaul Gilbert
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2018-03-27XEEN: Change Map _loadDarkSide bool to int _loadCcNumPaul Gilbert
2018-03-17XEEN: Change bool _isDarkCc to int _ccNumPaul Gilbert
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-04XEEN: Move all the dialog classes to their own sub-folderPaul Gilbert