We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27e470 commit 8ddae25Copy full SHA for 8ddae25
source/src/client.cpp
@@ -14,7 +14,8 @@ extern int searchlan;
14
int getclientnum() { return player1 ? player1->clientnum : -1; }
15
bool isowned(playerent *p) { return player1 && p && p->ownernum >= 0 && p->ownernum == player1->clientnum; }
16
17
-inline bool multiplayer(bool msg)
+// is there any way to force the compiler to inline this function?
18
+bool multiplayer(bool msg)
19
{
20
// check not correct on listen server?
21
if(curpeer && msg) conoutf(_("operation not available in multiplayer"));
0 commit comments