Home
last modified time | relevance | path

Searched refs:UNUSEDENT (Results 1 – 4 of 4) sorted by relevance

/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dgame.h40 ROUTE, UNUSEDENT, enumerator
184 UNUSEDENT, -1, 0, 0, EU_NONE, 0, -1, -1,
H A Dentities.cpp1985 else if(e.type == UNUSEDENT) in initents()
1994 … if(mtype == MAP_MAPZ && gver <= 221 && (e.type == ROUTE || e.type == UNUSEDENT)) e.type = NOTUSED; in initents()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dgame.h42 ROUTE, UNUSEDENT, enumerator
207UNUSEDENT, -1, 0, 0, EU_NONE, 0, -1, -1, -1, -1,
H A Dentities.cpp1681 case ROUTE: case UNUSEDENT: e.type = NOTUSED; break; in importent()