diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 2 |
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 { |