Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dgeneric.c120 int curmaxmtypes = 20; variable
135 mtypes = (Mtype *) xmalloc(sizeof(Mtype) * curmaxmtypes); in init_types()
235 if (nummtypes >= curmaxmtypes) { in create_material_type()
236 newmax = curmaxmtypes * 2; in create_material_type()
238 memcpy(newmtypes, mtypes, curmaxmtypes * sizeof(Mtype)); in create_material_type()
241 curmaxmtypes = newmax; in create_material_type()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-2000463 (curmaxutypes, curmaxmtypes, curmaxttypes, curmaxatypes): Set to