summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 27ee0aa3..708a0c45 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -49,7 +49,12 @@ typedef enum
MOVER_POS1,
MOVER_POS2,
MOVER_1TO2,
- MOVER_2TO1
+ MOVER_2TO1,
+
+ ROTATOR_POS1,
+ ROTATOR_POS2,
+ ROTATOR_1TO2,
+ ROTATOR_2TO1
} moverState_t;
#define SP_PODIUM_MODEL "models/mapobjects/podium/podium4.md3"
@@ -106,6 +111,7 @@ struct gentity_s
gentity_t *nextTrain;
gentity_t *prevTrain;
vec3_t pos1, pos2;
+ float rotatorAngle;
char *message;