This makes the console work in Mapster32 2D mode when Polymost is selected

git-svn-id: https://svn.eduke32.com/eduke32@405 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-12-11 21:21:41 +00:00
parent 3509a4dc8c
commit 215e0fb0c6
1 changed files with 1 additions and 1 deletions

View File

@ -11061,7 +11061,7 @@ void printext256(long xpos, long ypos, short col, short backcol, char *name, cha
#if defined(POLYMOST) && defined(USE_OPENGL) #if defined(POLYMOST) && defined(USE_OPENGL)
if (!polymost_printext256(xpos,ypos,col,backcol,name,fontsize)) return; if (!polymost_printext256(xpos,ypos,col,backcol,name,fontsize)) return;
if (rendmode >= 3) { if (rendmode >= 3 && qsetmode == 200) {
long xx, yy; long xx, yy;
int lc=-1; int lc=-1;
palette_t p,b; palette_t p,b;