added the forgotten bindings to gamecode

This commit is contained in:
Enno Rehling 2006-04-17 10:08:13 +00:00
parent 139fceb5f8
commit 4c3e912a30
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ lua_init(void)
bind_building(luaState);
bind_event(luaState);
bind_message(luaState);
bind_gamecode(luaState);
return luaState;
}