mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix the compiler warning fix
This commit is contained in:
parent
4cf1e19030
commit
ad1d8f96f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue