Skip to content
Snippets Groups Projects
Commit 16c7981b authored by LJ Sonic's avatar LJ Sonic
Browse files

Fix the compiler warning fix

parent 51947319
Branches
Tags
2 merge requests!985Shaders next merge,!727Support for Lua's I/O library
...@@ -325,7 +325,7 @@ void Got_LuaFile(UINT8 **cp, INT32 playernum) ...@@ -325,7 +325,7 @@ void Got_LuaFile(UINT8 **cp, INT32 playernum)
else else
{ {
// Send a net command with 0 as its first byte to indicate the file couldn't be opened // 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); SendNetXCmd(XD_LUAFILE, &success, 1);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment