mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed extended quote management.
This commit is contained in:
parent
414201e741
commit
dd984c94b0
2 changed files with 2 additions and 2 deletions
|
@ -5257,7 +5257,7 @@ repeatcase:
|
||||||
if (tw == CON_DEFINEQUOTE)
|
if (tw == CON_DEFINEQUOTE)
|
||||||
quoteMgr.InitializeQuote(k, buffer.Data(), true);
|
quoteMgr.InitializeQuote(k, buffer.Data(), true);
|
||||||
else
|
else
|
||||||
quoteMgr.InitializeExQuote(k, buffer.Data(), true);
|
quoteMgr.InitializeExQuote(g_numXStrings, buffer.Data(), true);
|
||||||
|
|
||||||
|
|
||||||
if (tw != CON_DEFINEQUOTE)
|
if (tw != CON_DEFINEQUOTE)
|
||||||
|
|
|
@ -1173,7 +1173,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int
|
||||||
|
|
||||||
// Use this to break at a specific allocation number.
|
// Use this to break at a specific allocation number.
|
||||||
|
|
||||||
//_crtBreakAlloc = 251490;
|
//_crtBreakAlloc = 254849;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int ret = DoMain (hInstance);
|
int ret = DoMain (hInstance);
|
||||||
|
|
Loading…
Reference in a new issue