about summary refs log tree commit diff
path: root/src/game/server/gs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_common.h')
-rw-r--r--src/game/server/gs_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h
index ffeadecf..0de81318 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -188,7 +188,7 @@ public:
 		PROJECTILE_FLAGS_EXPLODE = 1 << 0,
 	};
 	
-	vec2 vel;
+	vec2 direction;
 	entity *powner; // this is nasty, could be removed when client quits
 	int lifespan;
 	int owner;