mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix MSVC build breakage.
git-svn-id: https://svn.eduke32.com/eduke32@6642 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
210f3e54ff
commit
4cea9ec804
1 changed files with 1 additions and 1 deletions
|
@ -2774,7 +2774,7 @@ void C_InitQuotes(void)
|
|||
#ifdef EDUKE32_TOUCH_DEVICES
|
||||
apStrings[QUOTE_DEAD] = 0;
|
||||
#else
|
||||
static constexpr char const * const OpenGameFunc = gamefunctions[gamefunc_Open];
|
||||
char const * const OpenGameFunc = gamefunctions[gamefunc_Open];
|
||||
C_ReplaceQuoteSubstring(QUOTE_DEAD, "SPACE", OpenGameFunc);
|
||||
C_ReplaceQuoteSubstring(QUOTE_DEAD, "OPEN", OpenGameFunc);
|
||||
C_ReplaceQuoteSubstring(QUOTE_DEAD, "USE", OpenGameFunc);
|
||||
|
|
Loading…
Reference in a new issue