Remove a ; Should the if have been removed instead?

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@887 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-12-02 14:40:15 +00:00
parent bf9d1d0fd1
commit b21352165e
1 changed files with 1 additions and 1 deletions

View File

@ -1948,7 +1948,7 @@ static void processMultiopWidgets(UDWORD id)
}
// host who is setting up or has hosted
if(ingame.bHostSetup);// || NetPlay.bHost) // FIXME if;{} ???
if(ingame.bHostSetup)// || NetPlay.bHost) // FIXME Was: if(ingame.bHostSetup);{} ??? Note the ; !
{
switch(id)
{