diff --git a/source/frontend/nicklogo.h b/source/frontend/nicklogo.h index f2a012ace..e41f20fc9 100644 --- a/source/frontend/nicklogo.h +++ b/source/frontend/nicklogo.h @@ -47,7 +47,11 @@ public: private: enum { +#ifdef __USER_CDBUILD__ DISPLAY_FRAMES=60*6, +#else + DISPLAY_FRAMES=6, +#endif }; int m_readyToExit; diff --git a/source/game/convo.h b/source/game/convo.h index 6b42bca25..e5c784636 100644 --- a/source/game/convo.h +++ b/source/game/convo.h @@ -65,7 +65,7 @@ private: TEXTBOX_X=125, TEXTBOX_Y=35, TEXTBOX_WIDTH=357, - TEXTBOX_HEIGHT=46, + TEXTBOX_HEIGHT=48, TEXTBOX_X_FOR_NARRATOR=512-TEXTBOX_X-TEXTBOX_WIDTH, TEXTBOX_WIDTH_FOR_NARRATOR=512-(TEXTBOX_X_FOR_NARRATOR*2), TEXTBOX_QUESTIONHEIGHT=16,