From fc301e9127e92c3ec896f0a70ed74724fc14389f Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Fri, 25 Sep 2009 03:43:16 +0000 Subject: [PATCH] gcc compile fix. --- hch/CCreatureHandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hch/CCreatureHandler.h b/hch/CCreatureHandler.h index d35e110ef..933590240 100644 --- a/hch/CCreatureHandler.h +++ b/hch/CCreatureHandler.h @@ -46,7 +46,8 @@ public: ///end of anim info // Sound infos - struct { + class sounds { + public: soundBase::soundID attack; soundBase::soundID defend; soundBase::soundID killed; // was killed died