Merge branch 'master' into CentOS7

This commit is contained in:
2016-12-04 06:54:52 +11:00
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ int BarrierData::Update(lua_State* L) {
}
ret += lua_tonumber(L, -1);
lua_pop(L, 1);
}
Entity::Update();
+1
View File
@@ -55,6 +55,7 @@ int CreatureData::Update(lua_State* L) {
}
ret += lua_tonumber(L, -1);
lua_pop(L, 1);
}
Entity::Update();
+1 -1
View File
@@ -213,7 +213,7 @@ void RoomData::RunFrameCharacterBarrierCollisions() {
//DEBUG: output barrierIndex, battleIndex
std::cout << barrierIt.first << "\t" << barrierIt.second.GetBattleIndex() << std::endl;
// std::cout << barrierIt.first << "\t" << barrierIt.second.GetBattleIndex() << std::endl;
//Send the entry message to the client
BarrierPacket newPacket;