add lua STEPS_TYPE_INVALID

This commit is contained in:
Chris Danford
2005-08-03 03:13:55 +00:00
parent c004117e24
commit 2bb7ad763b
+1
View File
@@ -42,6 +42,7 @@ static void LuaStepsType(lua_State* L)
s.Replace('-','_');
LUA->SetGlobal( "STEPS_TYPE_"+s, st );
}
LUA->SetGlobal( "STEPS_TYPE_INVALID", STEPS_TYPE_INVALID );
}
REGISTER_WITH_LUA_FUNCTION( LuaStepsType );