Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared.h')
-rw-r--r--src/game/shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/shared.h b/src/game/shared.h
index 5c04309..a9228a3 100644
--- a/src/game/shared.h
+++ b/src/game/shared.h
@@ -10,8 +10,8 @@
namespace game
{
// entity type constants
- const unsigned int ship_enttype = 1;
- const unsigned int star_enttype = 2;
+ const unsigned int ship_enttype = 256;
+ const unsigned int star_enttype = 257;
}