- fixed some GCC warnings.

SVN r1738 (trunk)
This commit is contained in:
Christoph Oelckers 2009-07-25 15:00:45 +00:00
commit 1c8d442c32
3 changed files with 7 additions and 5 deletions

View file

@ -2593,7 +2593,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_RaiseChildren)
TThinkerIterator<AActor> it;
AActor * mo;
while (mo = it.Next())
while ((mo = it.Next()))
{
if ( mo->master == self )
{