mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 22:38:17 +00:00
DREAMWEB: Convert sprite.cpp from ANSI to UTF-8
Gets rid of VS Studio's warnings about illegal characters
This commit is contained in:
parent
ea8be69132
commit
57cefa1ddc
@ -584,17 +584,17 @@ void DreamWebEngine::monks2text() {
|
||||
} else {
|
||||
switch (_introCount) {
|
||||
case 1:
|
||||
monks2ShowText(8); // WÅchter! Das Netz der TrÅume fÅngt an sich aufzulÖsen
|
||||
monks2ShowText(8); // WÅchter! Das Netz der TrÅume fÅngt an sich aufzulÖsen
|
||||
break;
|
||||
case 4: // Floppy
|
||||
case 5: // CD
|
||||
if ((_introCount == 4 && !hasSpeech()) || (_introCount == 5 && hasSpeech()))
|
||||
monks2ShowText(9); // Die sieben bÖsen MÅchte der Erde fangen an sich zu sammeln
|
||||
monks2ShowText(9); // Die sieben bÖsen MÅchte der Erde fangen an sich zu sammeln
|
||||
break;
|
||||
case 7: // Floppy
|
||||
case 9: // CD
|
||||
if ((_introCount == 7 && !hasSpeech()) || (_introCount == 9 && hasSpeech()))
|
||||
monks2ShowText(10); // Wenn sie zu mÅchtig werden, wird das Dreamweb zerstÖrt
|
||||
monks2ShowText(10); // Wenn sie zu mÅchtig werden, wird das Dreamweb zerstÖrt
|
||||
break;
|
||||
case 10: // Floppy
|
||||
case 13: // CD and floppy
|
||||
@ -612,12 +612,12 @@ void DreamWebEngine::monks2text() {
|
||||
monks2ShowText(13, 0, 135);
|
||||
break;
|
||||
case 19:
|
||||
monks2ShowText(14); // SCHWEIGT! Die AuserwÅhlten sammeln sich
|
||||
monks2ShowText(14); // SCHWEIGT! Die AuserwÅhlten sammeln sich
|
||||
break;
|
||||
case 22: // Floppy
|
||||
case 23: // CD
|
||||
if ((_introCount == 22 && !hasSpeech()) || (_introCount == 23 && hasSpeech()))
|
||||
monks2ShowText(15); // Wenn sie ihre KrÅfte entdecken, werden sie zu mÅchtig sein
|
||||
monks2ShowText(15); // Wenn sie ihre KrÅfte entdecken, werden sie zu mÅchtig sein
|
||||
break;
|
||||
case 25: // Floppy
|
||||
case 27: // CD
|
||||
@ -627,7 +627,7 @@ void DreamWebEngine::monks2text() {
|
||||
case 28: // Floppy
|
||||
case 30: // CD
|
||||
if ((_introCount == 28 && !hasSpeech()) || (_introCount == 30 && hasSpeech()))
|
||||
monks2ShowText(17); // Ja. Sie ist zu einem groÜen und stattlichen Man herangewachsen
|
||||
monks2ShowText(17); // Ja. Sie ist zu einem groÜen und stattlichen Man herangewachsen
|
||||
break;
|
||||
case 31: // Floppy
|
||||
case 35: // CD
|
||||
|
Loading…
x
Reference in New Issue
Block a user