mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
Fix the compiler warning fix
This commit is contained in:
parent
51947319ee
commit
16c7981bb8
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void Got_LuaFile(UINT8 **cp, INT32 playernum)
|
|||
else
|
||||
{
|
||||
// Send a net command with 0 as its first byte to indicate the file couldn't be opened
|
||||
UINT8 success = 0;
|
||||
success = 0;
|
||||
SendNetXCmd(XD_LUAFILE, &success, 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue