about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
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