- DavidPH's patch for Linux compilation.

This commit is contained in:
Christoph Oelckers 2013-06-23 20:54:21 +02:00
commit 3a477f6903
3 changed files with 3 additions and 2 deletions

View file

@ -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__