summaryrefslogtreecommitdiff
path: root/src/game-server/spawnareacomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/spawnareacomponent.h')
-rw-r--r--src/game-server/spawnareacomponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/spawnareacomponent.h b/src/game-server/spawnareacomponent.h
index 52399a64..04658448 100644
--- a/src/game-server/spawnareacomponent.h
+++ b/src/game-server/spawnareacomponent.h
@@ -35,7 +35,7 @@ class MonsterClass;
class SpawnAreaComponent : public Component
{
public:
- static const ComponentType type = SpawnArea;
+ static const ComponentType type = CT_SpawnArea;
SpawnAreaComponent(MonsterClass *,
const Rectangle &zone,