Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.h138 } touchplatetype; typedef
189 extern touchplatetype *touchplate[MAXTOUCHPLATES],*lastaction[MAXTOUCHPLATES];
207 void AddTouchplateAction(touchplatetype*,int);
208 void RemoveTouchplateAction(touchplatetype*,int);
H A Drt_door.c76 touchplatetype *touchplate[MAXTOUCHPLATES],*lastaction[MAXTOUCHPLATES];
333 touchplatetype *temp; in SaveTouchPlates()
459 {touchplatetype *temp; in LoadTouchPlates()
477 temp = (touchplatetype*)Z_LevelMalloc(sizeof(touchplatetype),PU_LEVELSTRUCT,NULL); in LoadTouchPlates()
581 void AddTouchplateAction(touchplatetype *tplate,int index) in AddTouchplateAction()
596 void RemoveTouchplateAction(touchplatetype *tplate,int index) in RemoveTouchplateAction()
617 {touchplatetype *temp; in Link_To_Touchplate()
622 temp = (touchplatetype*)Z_LevelMalloc(sizeof(touchplatetype),PU_LEVELSTRUCT,NULL); in Link_To_Touchplate()
644 {touchplatetype*temp; in ClockLink()
648 temp = (touchplatetype*)Z_LevelMalloc(sizeof(touchplatetype),PU_LEVELSTRUCT,NULL); in ClockLink()
[all …]
H A Drt_ted.c4119 size=lasttouch*sizeof(touchplatetype); in PrintMapStats()
H A Drt_actor.c2101 touchplatetype *temp; in T_Count()
10654 {touchplatetype *tplate; in DamageStaticObject()