Home
last modified time | relevance | path

Searched refs:alttexture (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.h95 word alttexture; member
H A Drt_door.c1332 lastdoorobj->alttexture = W_GetNumForName("ABOVEW3"); in SpawnDoor()
1343 lastdoorobj->alttexture = W_GetNumForName("ABOVEW16"); in SpawnDoor()
1351 lastdoorobj->alttexture = W_GetNumForName("ABOVEW3"); in SpawnDoor()
1355 lastdoorobj->alttexture = W_GetNumForName("ABOVEW17"); in SpawnDoor()
1371 PreCacheLump(lastdoorobj->alttexture,PU_CACHEWALLS); in SpawnDoor()
H A Drt_draw.c2028 doorptr->altshapenum=doorobjlist[i]->alttexture; in TransformDoors()