Minor comment tweaks

This commit is contained in:
Kayne Ruse
2015-02-27 03:06:29 +11:00
parent 4630b7e403
commit 1210d2d24f
+1
View File
@@ -24,6 +24,7 @@
#include "entity.hpp"
static int setRoomIndex(lua_State* L) {
//TODO: (1) if this is a character, push/pop from the room system
Entity* entity = static_cast<Entity*>(lua_touserdata(L, 1));
entity->SetRoomIndex(lua_tointeger(L, 2));
return 0;