Fixed some random Worder warnings

This commit is contained in:
Raul Ferriz 2015-07-03 15:52:38 +02:00
parent 2ad409a4f4
commit 5ef130d581
12 changed files with 34 additions and 32 deletions

View file

@ -44,9 +44,9 @@ public:
static S32 _smTypeId;
SimObjectRef()
: mId( 0 ),
mObject( NULL ),
mName( "" )
: mName( "" ),
mId( 0 ),
mObject( NULL )
{
}
@ -178,4 +178,4 @@ public:
};
#endif // _SIMOBJECTREF_H_
#endif // _SIMOBJECTREF_H_