more small audiod cleanups.
[paraslash.git] / SFont.h
diff --git a/SFont.h b/SFont.h
index acdae2aad91f2013b2c4ba53bf7bf87cd3cdb2c7..a243dddeb5b5e0a90bcb6f62e1ddf6d4f22ac1fa 100644 (file)
--- a/SFont.h
+++ b/SFont.h
@@ -36,7 +36,7 @@ void InitFont2(SFont_FontInfo *Font);
 // Destination: the suface you want to blit to
 // text: a string containing the text you want to blit.
 void PutString (SDL_Surface *Surface, int x, int y, char *text);
-void PutString2(SDL_Surface *Surface, SFont_FontInfo *Font, int x, int y, char *text);
+void PutString2(SDL_Surface *Surface, SFont_FontInfo *Font, int x, int y, const char *text);
 
 // Returns the width of "text" in pixels
 int TextWidth(char *text);