Cleanups. (Tim Beckmann)
This commit is contained in:
parent
0677653d4f
commit
86629a3b34
58 changed files with 671 additions and 528 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue