mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-18 15:01:21 +00:00
progs: update an old comment about type_size
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
6fc65c506e
commit
02795c7686
@ -45,6 +45,9 @@ static ddef_t *pr_globaldefs;
|
||||
|
||||
unsigned short pr_crc;
|
||||
|
||||
/*
|
||||
* These are the sizes of the types enumerated in etype_t (pr_comp.h)
|
||||
*/
|
||||
static int type_size[8] = {
|
||||
1, // ev_void
|
||||
1, // ev_string
|
||||
|
@ -42,8 +42,7 @@ static ddef_t *pr_fielddefs;
|
||||
static ddef_t *pr_globaldefs;
|
||||
|
||||
/*
|
||||
* CHECK - size of types in like in pr_comp.h::etype_t?
|
||||
* note differences from NQ
|
||||
* These are the sizes of the types enumerated in etype_t (pr_comp.h)
|
||||
*/
|
||||
static int type_size[8] = {
|
||||
1, // ev_void
|
||||
|
Loading…
x
Reference in New Issue
Block a user