mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 10:43:29 +00:00
Change pr_type_size to pr_ushort_t
This commit is contained in:
parent
7efefceee2
commit
23573953a7
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ typedef enum {
|
|||
ev_type_count // not a type, gives number of types
|
||||
} etype_t;
|
||||
|
||||
extern int pr_type_size[ev_type_count];
|
||||
extern pr_ushort_t pr_type_size[ev_type_count];
|
||||
extern const char *pr_type_name[ev_type_count];
|
||||
|
||||
#define OFS_NULL 0
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
hashtab_t *opcode_table;
|
||||
|
||||
VISIBLE int pr_type_size[ev_type_count] = {
|
||||
VISIBLE pr_ushort_t pr_type_size[ev_type_count] = {
|
||||
1, // ev_void
|
||||
1, // ev_string
|
||||
1, // ev_float
|
||||
|
|
Loading…
Reference in a new issue