This commit is contained in:
Paul 2001-07-11 18:54:01 +00:00
parent 1ad8018f87
commit 47d017945d
2 changed files with 5 additions and 1 deletions

View file

@ -47,7 +47,11 @@ public:
private:
enum
{
#ifdef __USER_CDBUILD__
DISPLAY_FRAMES=60*6,
#else
DISPLAY_FRAMES=6,
#endif
};
int m_readyToExit;