cleanup merge and some unneeded selects in functions

This commit is contained in:
Kandera
2012-04-17 09:16:56 -04:00
parent 4a39e02a6f
commit e4bf9d5cd4
3 changed files with 39 additions and 89 deletions

View File

@@ -301,7 +301,7 @@ class go_wg_vehicle_teleporter : public GameObjectScript
_checkTimer(1000)
{ }
void UpdateAI(const uint32 diff)
void UpdateAI(uint32 diff)
{
if (_checkTimer <= diff)
{