mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-21 07:22:33 +00:00
Update comment for K_TERRAINLumpParser
This commit is contained in:
parent
2d95c177ea
commit
b0a8a0efad
1 changed files with 1 additions and 1 deletions
|
|
@ -1734,7 +1734,7 @@ static boolean K_DoTERRAINLumpParse(size_t num, void (*parser)(size_t, char *, c
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------
|
/*--------------------------------------------------
|
||||||
static boolean K_TERRAINLumpParser(UINT8 *data, size_t size)
|
static boolean K_TERRAINLumpParser(char *data, size_t size)
|
||||||
|
|
||||||
Parses inputted lump data as a TERRAIN lump.
|
Parses inputted lump data as a TERRAIN lump.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue