From 08bbf9687742c0b159cc1d963ab470796f74c6c8 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 10 Apr 2011 12:34:12 +0300 Subject: items now fall by gravity... also some other random updating --- 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 041be0778..e1fc6beaf 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -39,6 +39,7 @@ struct ActiveObjectMessage #define ACTIVEOBJECT_TYPE_INVALID 0 #define ACTIVEOBJECT_TYPE_TEST 1 #define ACTIVEOBJECT_TYPE_ITEM 2 +#define ACTIVEOBJECT_TYPE_RAT 3 /* Parent class for ServerActiveObject and ClientActiveObject -- cgit v1.2.3