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
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment