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-861f7616d084master
parent
bf9d1d0fd1
commit
b21352165e
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue