compilation fix

svn-id: r12066
This commit is contained in:
Jonathan Gray 2004-01-01 08:55:26 +00:00
parent 2625149584
commit 9b4f73b8ef

View File

@ -417,7 +417,7 @@ void SwordControl::setupVolumePanel(void) {
renderText(_lStrings[STR_SPEECH], 320, 39 + 40, TEXT_CENTER);
renderText(_lStrings[STR_FX], 438, 39 + 40, TEXT_LEFT_ALIGN);
renderText((uint8*)"NOT YET IMPLEMENTED", 320, 240, TEXT_CENTER);
renderText((const uint8*)"NOT YET IMPLEMENTED", 320, 240, TEXT_CENTER);
createButtons(_volumeButtons, 1);
renderText(_lStrings[STR_DONE], _volumeButtons[0].x - 10, _volumeButtons[0].y, TEXT_RIGHT_ALIGN);