mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-14 07:06:41 +00:00
Fix two compiler warnings
This commit is contained in:
parent
8e92f3829c
commit
4cf1e19030
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ static int io_openlocal (lua_State *L) {
|
|||
|
||||
void Got_LuaFile(UINT8 **cp, INT32 playernum)
|
||||
{
|
||||
FILE **pf;
|
||||
boolean success = READUINT8(*cp); // The first (and only) byte indicates whether the file could be opened
|
||||
FILE **pf = NULL;
|
||||
UINT8 success = READUINT8(*cp); // The first (and only) byte indicates whether the file could be opened
|
||||
|
||||
if (playernum != serverplayer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue