This commit is contained in:
parent
5942db701a
commit
3a3f10caf5
@ -63,7 +63,7 @@ private:
|
|||||||
{
|
{
|
||||||
|
|
||||||
TEXTBOX_X=125,
|
TEXTBOX_X=125,
|
||||||
TEXTBOX_Y=35,
|
TEXTBOX_Y=40,
|
||||||
TEXTBOX_WIDTH=357,
|
TEXTBOX_WIDTH=357,
|
||||||
TEXTBOX_HEIGHT=48,
|
TEXTBOX_HEIGHT=48,
|
||||||
TEXTBOX_X_FOR_NARRATOR=512-TEXTBOX_X-TEXTBOX_WIDTH,
|
TEXTBOX_X_FOR_NARRATOR=512-TEXTBOX_X-TEXTBOX_WIDTH,
|
||||||
|
@ -102,6 +102,10 @@
|
|||||||
#include "utils\mathtab.h"
|
#include "utils\mathtab.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __GAME_CONVO_H__
|
||||||
|
#include "game\convo.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Std Lib
|
/* Std Lib
|
||||||
------- */
|
------- */
|
||||||
@ -1355,6 +1359,9 @@ if(drawlastpos)
|
|||||||
|
|
||||||
|
|
||||||
// UI
|
// UI
|
||||||
|
// Don't draw it when the conversations are active - it's messy :/
|
||||||
|
if(!CConversation::isActive())
|
||||||
|
{
|
||||||
int count,warn;
|
int count,warn;
|
||||||
sFrameHdr *fh;
|
sFrameHdr *fh;
|
||||||
char countBuf[5];
|
char countBuf[5];
|
||||||
@ -1461,6 +1468,7 @@ if(drawlastpos)
|
|||||||
// Mode specific ui
|
// Mode specific ui
|
||||||
m_currentPlayerModeClass->renderModeUi();
|
m_currentPlayerModeClass->renderModeUi();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user