about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-06 20:18:53 +0200
committeroy <Tom_Adams@web.de>2010-08-06 20:18:53 +0200
commit2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d (patch)
tree6c283c37ca7552887c3f83972e5e1684a7277584 /src/game/mapitems.h
parent05f3757491abbca38dd789574951d46c28ce746c (diff)
downloadzcatch-2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d.tar.gz
zcatch-2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d.zip
added possibility to delete envelopes and to save their names within a map by sushitee
Diffstat (limited to 'src/game/mapitems.h')
-rw-r--r--src/game/mapitems.h2
1 files changed, 1 insertions, 1 deletions
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