mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-21 19:51:09 +00:00
Change window caption from 'sdlquakeworld' to 'SDLQuake'
This commit is contained in:
parent
7409dd7658
commit
b8e5b2807b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ void VID_Init (unsigned char *palette)
|
|||
if (!(screen = SDL_SetVideoMode(vid.width, vid.height, 8, flags)))
|
||||
Sys_Error("VID: Couldn't set video mode: %s\n", SDL_GetError());
|
||||
VID_SetPalette(palette);
|
||||
VID_SetCaption("sdlquakeworld");
|
||||
VID_SetCaption("SDLQuake");
|
||||
|
||||
// now know everything we need to know about the buffer
|
||||
VGA_width = vid.conwidth = vid.width;
|
||||
|
|
Loading…
Reference in a new issue