Core: White space CleanUp

This commit is contained in:
Vincent-Michael
2015-07-05 04:03:36 +02:00
parent 5624f71b62
commit d418ae54a4
12 changed files with 33 additions and 33 deletions

View File

@@ -246,10 +246,10 @@ class SmartScript
DecPhase(abs(p));
}
void DecPhase(int32 p = 1)
{
void DecPhase(int32 p = 1)
{
if(mEventPhase > (uint32)p)
mEventPhase -= (uint32)p;
mEventPhase -= (uint32)p;
else
mEventPhase = 0;
}