Cleanups. (Tim Beckmann)

This commit is contained in:
Steven Fuller 2001-12-22 00:49:57 +00:00 committed by Patryk Obara
parent 0677653d4f
commit 86629a3b34
58 changed files with 671 additions and 528 deletions

View file

@ -376,7 +376,7 @@ static void UnloadMenuFont()
IntroFont_Light.info.ImagePtr = NULL;
}
int LengthOfMenuText(char *textPtr)
int LengthOfMenuText(const char *textPtr)
{
int width = 0;
@ -400,7 +400,7 @@ int LengthOfSmallMenuText(char *textPtr)
return width;
}
int RenderMenuText(char *textPtr, int sx, int sy, int alpha, enum AVPMENUFORMAT_ID format)
int RenderMenuText(const char *textPtr, int sx, int sy, int alpha, enum AVPMENUFORMAT_ID format)
{
int width;