(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)

This commit is contained in:
Darkvater
2005-05-14 23:48:39 +00:00
parent 9cfb89cf24
commit d1b068355c
6 changed files with 14 additions and 5 deletions

View File

@@ -713,6 +713,8 @@ int32 CmdPlayerCtrl(int x, int y, uint32 flags, uint32 p1, uint32 p2)
ci->client_playas = OWNER_SPECTATOR;
NetworkUpdateClientInfo(ci->client_index);
}
#else
}
#endif /* ENABLE_NETWORK */
} break;