Home
last modified time | relevance | path

Searched refs:curmaxutypes (Results 1 – 2 of 2) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dgeneric.c118 int curmaxutypes = 100; variable
134 utypes = (Utype *) xmalloc(sizeof(Utype) * curmaxutypes); in init_types()
210 if (numutypes >= curmaxutypes) { in create_unit_type()
214 newmax = curmaxutypes * 2; in create_unit_type()
218 memcpy(newutypes, utypes, curmaxutypes * sizeof(Utype)); in create_unit_type()
221 curmaxutypes = newmax; in create_unit_type()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-2000463 (curmaxutypes, curmaxmtypes, curmaxttypes, curmaxatypes): Set to