mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 04:41:10 +00:00
The window title is "QuakeWorld" now, instead of "WinQuake"
This commit is contained in:
parent
51d9494677
commit
c58cab5f55
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ qboolean VID_SetWindowedMode (int modenum)
|
|||
mainwindow = CreateWindowEx (
|
||||
ExWindowStyle,
|
||||
"WinQuake",
|
||||
"WinQuake",
|
||||
"QuakeWorld",
|
||||
WindowStyle,
|
||||
0, 0,
|
||||
WindowRect.right - WindowRect.left,
|
||||
|
|
Loading…
Reference in a new issue