This commit is contained in:
Paul 2001-07-18 14:54:16 +00:00
parent 5942db701a
commit 3a3f10caf5
2 changed files with 104 additions and 96 deletions

View File

@ -63,7 +63,7 @@ private:
{
TEXTBOX_X=125,
TEXTBOX_Y=35,
TEXTBOX_Y=40,
TEXTBOX_WIDTH=357,
TEXTBOX_HEIGHT=48,
TEXTBOX_X_FOR_NARRATOR=512-TEXTBOX_X-TEXTBOX_WIDTH,

View File

@ -102,6 +102,10 @@
#include "utils\mathtab.h"
#endif
#ifndef __GAME_CONVO_H__
#include "game\convo.h"
#endif
/* Std Lib
------- */
@ -1355,6 +1359,9 @@ if(drawlastpos)
// UI
// Don't draw it when the conversations are active - it's messy :/
if(!CConversation::isActive())
{
int count,warn;
sFrameHdr *fh;
char countBuf[5];
@ -1460,6 +1467,7 @@ if(drawlastpos)
// Mode specific ui
m_currentPlayerModeClass->renderModeUi();
}
}