add messages on movement in menus

This commit is contained in:
Chris Danford
2005-05-02 21:33:02 +00:00
parent 52eb929538
commit 4169ecfa61
3 changed files with 28 additions and 0 deletions
+8
View File
@@ -28,6 +28,14 @@ static const CString MessageNames[NUM_MESSAGES] = {
"CardRemovedP1",
"CardRemovedP2",
"BeatCrossed",
"MenuUpP1",
"MenuUpP2",
"MenuDownP1",
"MenuDownP2",
"MenuLeftP1",
"MenuLeftP2",
"MenuRightP1",
"MenuRightP2",
};
XToString( Message, NUM_MESSAGES );