Fix broken non debug compilation. (bug#7278)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@774 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-10-03 01:38:18 +00:00
parent aa25866177
commit 71fe0318c8
1 changed files with 3 additions and 1 deletions

View File

@ -2640,8 +2640,10 @@ BOOL processConsoleCommands( STRING *pName )
}
}
}
#endif
return bFound;
#else
return FALSE;
#endif
}
//Add a beacon (blip)