mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-17 13:00:51 +00:00
Derp...
Probably actually fixes #4. Regardless, I want to note that this is really sub-optimal. # Conflicts: # source/duke3d/src/m32def.cpp
This commit is contained in:
parent
61d82c8152
commit
32ddabb12c
1 changed files with 1 additions and 1 deletions
|
@ -5602,7 +5602,7 @@ repeatcase:
|
||||||
case CON_NULLOP:
|
case CON_NULLOP:
|
||||||
{
|
{
|
||||||
auto const kw = C_GetKeyword();
|
auto const kw = C_GetKeyword();
|
||||||
if (EDUKE32_PREDICT_FALSE(kw != CON_ELSE && kw != CON_LEFTBRACE))
|
if (EDUKE32_PREDICT_FALSE(kw != CON_ELSE && kw != CON_RIGHTBRACE))
|
||||||
{
|
{
|
||||||
C_ReportError(-1);
|
C_ReportError(-1);
|
||||||
g_warningCnt++;
|
g_warningCnt++;
|
||||||
|
|
Loading…
Reference in a new issue