diff options
Diffstat (limited to 'src/game/mapitems.h')
| -rw-r--r-- | src/game/mapitems.h | 2 |
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 |