Fixed an overflow bug

This commit is contained in:
2016-12-04 06:54:29 +11:00
parent 5c144c2099
commit 398ccd5b3f
3 changed files with 3 additions and 1 deletions
+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;