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 494a16eb..8f298897 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -240,7 +240,7 @@ public:
 	static const int phys_size = 28;
 
 	// weapon info
-	entity* hitobjects[10];
+	entity *hitobjects[10];
 	int numobjectshit;
 	struct weaponstat
 	{