Browse Source

gcc compile fix.

Frank Zago 16 years ago
parent
commit
fc301e9127
1 changed files with 2 additions and 1 deletions
  1. 2 1
      hch/CCreatureHandler.h

+ 2 - 1
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