fix conflicting ScreenMessage IDs by automatically generating unique values

This commit is contained in:
Chris Danford
2005-03-23 08:48:38 +00:00
parent 659def4479
commit 880e42e1d3
46 changed files with 881 additions and 904 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "ThemeMetric.h"
// Derived classes must send this when done
const ScreenMessage SM_AllDoneChoosing = (ScreenMessage)(SM_User+123); // unique
extern const AutoScreenMessage SM_AllDoneChoosing;
class ScreenSelect : public ScreenWithMenuElements
{