This commit is contained in:
James R 2020-01-18 15:56:03 -08:00
parent 50b18acd3f
commit b7b24eb5d7

View file

@ -2800,7 +2800,7 @@ static int lib_gBuildMapName(lua_State *L)
static int lib_gBuildMapTitle(lua_State *L) static int lib_gBuildMapTitle(lua_State *L)
{ {
INT32 map = Lcheckmapnumber(L, 1, "G_BuoldMapTitle"); INT32 map = Lcheckmapnumber(L, 1, "G_BuildMapTitle");
char *name; char *name;
if (map < 1 || map > NUMMAPS) if (map < 1 || map > NUMMAPS)
{ {