From 3bf4e26b1319295532bb4396cbd6406d85cbcae0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 03:51:37 +0300 Subject: Replace vectors with strings to short names. --- src/resources/beinginfo.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/resources/beinginfo.h') diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 0f62ba5ea..bd2043fba 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -29,8 +29,6 @@ #include #include -#include -#include struct Attack { @@ -60,7 +58,7 @@ enum SoundEvent SOUND_EVENT_SPAWN }; -typedef std::map* > SoundEvents; +typedef std::map SoundEvents; /** * Holds information about a certain type of monster. This includes the name -- cgit v1.2.3-70-g09d2