From c638442e78b953556e7dadd4c0c34cb0c719bbc8 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 21 Apr 2011 19:35:17 +0300 Subject: Some work-in-progress in hp and mobs and a frightening amount of random fixes. --- src/activeobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/activeobject.h') diff --git a/src/activeobject.h b/src/activeobject.h index e1fc6beaf..382f7f798 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -40,6 +40,7 @@ struct ActiveObjectMessage #define ACTIVEOBJECT_TYPE_TEST 1 #define ACTIVEOBJECT_TYPE_ITEM 2 #define ACTIVEOBJECT_TYPE_RAT 3 +#define ACTIVEOBJECT_TYPE_OERKKI1 4 /* Parent class for ServerActiveObject and ClientActiveObject -- cgit v1.2.3