From 9b4f73b8ef9c8d89dd5b0d8da2639a1156dbaf47 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 1 Jan 2004 08:55:26 +0000 Subject: compilation fix svn-id: r12066 --- sword1/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword1') diff --git a/sword1/control.cpp b/sword1/control.cpp index fdbb548fca..e4f7a28797 100644 --- a/sword1/control.cpp +++ b/sword1/control.cpp @@ -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); -- cgit v1.2.3