add "CancelAll" code for PlayerOptions screen

This commit is contained in:
Chris Danford
2004-02-23 07:44:57 +00:00
parent ddeb153ed3
commit e8f3886d2c
4 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ const CString g_sCodeNames[CodeDetector::NUM_CODES] = {
"NextGame2",
"NextBannerGroup",
"NextBannerGroup2",
"SaveScreenshot"
"SaveScreenshot",
"CancelAllPlayerOptions",
};
CodeItem g_CodeItems[CodeDetector::NUM_CODES];