Skip to content
Snippets Groups Projects
Commit b7b24eb5 authored by James R.'s avatar James R.
Browse files

Buold.

parent 50b18acd
No related branches found
No related tags found
2 merge requests!985Shaders next merge,!694G_BuildMapTitle for Lua, G_BuildMapName outside of levels
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment