mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 11:21:11 +00:00
Buold.
This commit is contained in:
parent
50b18acd3f
commit
b7b24eb5d7
1 changed files with 1 additions and 1 deletions
|
@ -2800,7 +2800,7 @@ static int lib_gBuildMapName(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;
|
||||
if (map < 1 || map > NUMMAPS)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue