Buggy, fixing
This commit is contained in:
parent
77775c211c
commit
9aa858f474
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ local int CclStratagusMap(lua_State* l)
|
|||
} else if (!strcmp(value, "no-fog-of-war")) {
|
||||
TheMap.NoFogOfWar = 1;
|
||||
--k;
|
||||
} else if (!strcmp(value, "filename")) {
|
||||
TheMap.Info->Filename = strdup(LuaToString(l, k + 1));
|
||||
} else if (!strcmp(value, "map-fields")) {
|
||||
int i;
|
||||
int subsubargs;
|
||||
|
|
Loading…
Add table
Reference in a new issue