Removed code referring to UnitTypeFlyLow, since the piece of code defining it hasn't been merged with mainline Stratagus yet
This commit is contained in:
parent
d6347f9be8
commit
2d8f1cfd29
1 changed files with 0 additions and 3 deletions
|
@ -1421,9 +1421,6 @@ static int CclGetUnitTypeData(lua_State *l)
|
|||
} else if (type->UnitType == UnitTypeFly) {
|
||||
lua_pushstring(l, "fly");
|
||||
return 1;
|
||||
} else if (type->UnitType == UnitTypeFlyLow) {
|
||||
lua_pushstring(l, "fly-low");
|
||||
return 1;
|
||||
} else if (type->UnitType == UnitTypeNaval) {
|
||||
lua_pushstring(l, "naval");
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue