Minor comment tweaks
This commit is contained in:
@@ -53,7 +53,7 @@ static int getPager(lua_State* L) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
//TODO: GetEntityList?
|
||||
|
||||
static const luaL_Reg roomLib[] = {
|
||||
{"GetPager",getPager},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
int createRoom(lua_State* L) {
|
||||
//create & get the room
|
||||
RoomManager& roomMgr = RoomManager::GetSingleton();
|
||||
int uid = roomMgr.Create();
|
||||
int uid = roomMgr.Create("",""); //TODO: All new managers need their internals fleshed out
|
||||
RoomData* room = roomMgr.Get(uid);
|
||||
|
||||
//setup the room
|
||||
|
||||
Reference in New Issue
Block a user