diff options
Diffstat (limited to 'src/game/base')
-rw-r--r-- | src/game/base/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h index 57acf06..d030367 100644 --- a/src/game/base/game.h +++ b/src/game/base/game.h @@ -35,7 +35,7 @@ const unsigned int jumpgate_enttype = 261; const unsigned int station_enttype = 262; const unsigned int cargopod_enttype = 263; const unsigned int spacemine_enttype = 264; -const unsigned int projectile_enttype = 264; +const unsigned int projectile_enttype = 265; const unsigned int race_enttype = 280; // planet docking distance |