- DavidPH's patch for Linux compilation.
This commit is contained in:
parent
4286bd68cd
commit
3a477f6903
3 changed files with 3 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ int main (int argc, char **argv)
|
|||
|
||||
char caption[100];
|
||||
mysnprintf(caption, countof(caption), GAMESIG " %s (%s)", GetVersionString(), GetGitTime());
|
||||
SDL_WM_SetCaption(caption);
|
||||
SDL_WM_SetCaption(caption, caption);
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue