DM: Rename more constants
This commit is contained in:
parent
7d9526f888
commit
040d71bca5
10 changed files with 402 additions and 400 deletions
|
@ -989,7 +989,7 @@ void DMEngine::fuseSequence() {
|
|||
while (textStringThingCount--) {
|
||||
for (int16 idx = 0; idx < maxCount; idx++) {
|
||||
char decodedString[200];
|
||||
_dungeonMan->decodeText(decodedString, textStringThings[idx], (TextType)(k1_TextTypeMessage | k0x8000_DecodeEvenIfInvisible));
|
||||
_dungeonMan->decodeText(decodedString, textStringThings[idx], (TextType)(kDMTextTypeMessage | k0x8000_DecodeEvenIfInvisible));
|
||||
if (decodedString[1] == textFirstChar) {
|
||||
_textMan->clearAllRows();
|
||||
decodedString[1] = '\n'; /* New line */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue