This commit is contained in:
parent
1ad8018f87
commit
47d017945d
2 changed files with 5 additions and 1 deletions
|
@ -47,7 +47,11 @@ public:
|
||||||
private:
|
private:
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
#ifdef __USER_CDBUILD__
|
||||||
DISPLAY_FRAMES=60*6,
|
DISPLAY_FRAMES=60*6,
|
||||||
|
#else
|
||||||
|
DISPLAY_FRAMES=6,
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
int m_readyToExit;
|
int m_readyToExit;
|
||||||
|
|
|
@ -65,7 +65,7 @@ private:
|
||||||
TEXTBOX_X=125,
|
TEXTBOX_X=125,
|
||||||
TEXTBOX_Y=35,
|
TEXTBOX_Y=35,
|
||||||
TEXTBOX_WIDTH=357,
|
TEXTBOX_WIDTH=357,
|
||||||
TEXTBOX_HEIGHT=46,
|
TEXTBOX_HEIGHT=48,
|
||||||
TEXTBOX_X_FOR_NARRATOR=512-TEXTBOX_X-TEXTBOX_WIDTH,
|
TEXTBOX_X_FOR_NARRATOR=512-TEXTBOX_X-TEXTBOX_WIDTH,
|
||||||
TEXTBOX_WIDTH_FOR_NARRATOR=512-(TEXTBOX_X_FOR_NARRATOR*2),
|
TEXTBOX_WIDTH_FOR_NARRATOR=512-(TEXTBOX_X_FOR_NARRATOR*2),
|
||||||
TEXTBOX_QUESTIONHEIGHT=16,
|
TEXTBOX_QUESTIONHEIGHT=16,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue