Fix broken build caused by previous commit.
This commit is contained in:
parent
ca93f90c55
commit
41936632e0
1 changed files with 2 additions and 1 deletions
|
|
@ -223,7 +223,8 @@ const char *D_GameModeString(GameMode_t mode)
|
|||
case retail:
|
||||
return "retail";
|
||||
case indetermined:
|
||||
return "indetermined";
|
||||
default:
|
||||
return "unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue