mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
forgot to add "uinteger" to the array of type name strings
This commit is contained in:
parent
928d343295
commit
4be5c86f36
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ const char *type_name[ev_type_count] = {
|
|||
"pointer",
|
||||
"quaternion",
|
||||
"integer",
|
||||
"uinteger",
|
||||
};
|
||||
|
||||
ddef_t *ED_FieldAtOfs (progs_t * pr, int ofs);
|
||||
|
|
Loading…
Reference in a new issue