forgot to add "uinteger" to the array of type name strings

This commit is contained in:
Bill Currie 2001-11-09 01:03:35 +00:00
parent 928d343295
commit 4be5c86f36

View file

@ -78,6 +78,7 @@ const char *type_name[ev_type_count] = {
"pointer",
"quaternion",
"integer",
"uinteger",
};
ddef_t *ED_FieldAtOfs (progs_t * pr, int ofs);