From 4b54b291ae2ba5a5f214cadad74f0bed29376f84 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 8 Apr 2011 00:47:14 +0300 Subject: Some progress on transitioning from MapBlockObject to ActiveObject. --- 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 1a16aa0c4..041be0778 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -38,6 +38,7 @@ struct ActiveObjectMessage #define ACTIVEOBJECT_TYPE_INVALID 0 #define ACTIVEOBJECT_TYPE_TEST 1 +#define ACTIVEOBJECT_TYPE_ITEM 2 /* Parent class for ServerActiveObject and ClientActiveObject -- cgit v1.2.3