mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
3509a4dc8c
commit
215e0fb0c6
1 changed files with 1 additions and 1 deletions
|
@ -11061,7 +11061,7 @@ void printext256(long xpos, long ypos, short col, short backcol, char *name, cha
|
|||
#if defined(POLYMOST) && defined(USE_OPENGL)
|
||||
if (!polymost_printext256(xpos,ypos,col,backcol,name,fontsize)) return;
|
||||
|
||||
if (rendmode >= 3) {
|
||||
if (rendmode >= 3 && qsetmode == 200) {
|
||||
long xx, yy;
|
||||
int lc=-1;
|
||||
palette_t p,b;
|
||||
|
|
Loading…
Reference in a new issue