mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 12:51:25 +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 (
|
mainwindow = CreateWindowEx (
|
||||||
ExWindowStyle,
|
ExWindowStyle,
|
||||||
"WinQuake",
|
"WinQuake",
|
||||||
"WinQuake",
|
"QuakeWorld",
|
||||||
WindowStyle,
|
WindowStyle,
|
||||||
0, 0,
|
0, 0,
|
||||||
WindowRect.right - WindowRect.left,
|
WindowRect.right - WindowRect.left,
|
||||||
|
|
Loading…
Reference in a new issue