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:
Andrettin 2015-11-27 22:23:37 +01:00
parent d6347f9be8
commit 2d8f1cfd29

View file

@ -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;