From 2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 6 Aug 2010 20:18:53 +0200 Subject: added possibility to delete envelopes and to save their names within a map by sushitee --- src/game/mapitems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/mapitems.h') diff --git a/src/game/mapitems.h b/src/game/mapitems.h index 4fe4c159..06ceab4e 100644 --- a/src/game/mapitems.h +++ b/src/game/mapitems.h @@ -174,7 +174,7 @@ struct CMapItemEnvelope int m_Channels; int m_StartPoint; int m_NumPoints; - int m_Name; + int m_aName[8]; } ; #endif -- cgit 1.4.1