1
0

Fixed a bunch of MSVS warnings

* Possibly also fixed some bugs with pathfinding and TNT, though
unlikely
This commit is contained in:
Tiger Wang
2014-02-04 23:07:22 +00:00
parent 9eeeb91fa6
commit 630507fd5b
6 changed files with 8 additions and 7 deletions

View File

@@ -2435,7 +2435,8 @@ void cProtocol172::cPacketizer::WriteEntityProperties(const cEntity & a_Entity)
WriteInt(0);
return;
}
const cMonster & Mob = (const cMonster &)a_Entity;
//const cMonster & Mob = (const cMonster &)a_Entity;
// TODO: Send properties and modifiers based on the mob type