mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
forgot to add back 'void' after undoing experiments
This commit is contained in:
parent
0599d23254
commit
7ca181df6e
1 changed files with 2 additions and 2 deletions
|
|
@ -1404,7 +1404,7 @@ static int NetUnArchive(lua_State *L)
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void UnArchiveTables()
|
static void UnArchiveTables(void)
|
||||||
{
|
{
|
||||||
int TABLESINDEX;
|
int TABLESINDEX;
|
||||||
UINT16 i, n;
|
UINT16 i, n;
|
||||||
|
|
@ -1436,7 +1436,7 @@ static void UnArchiveTables()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void UnArchiveTablesDemo()
|
static void UnArchiveTablesDemo(void)
|
||||||
{
|
{
|
||||||
int TABLESINDEX;
|
int TABLESINDEX;
|
||||||
UINT16 i, n;
|
UINT16 i, n;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue