mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-02 10:11:31 +00:00
- Version bump to 1.1.0
- Update to ZDoom 2.2.0 git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@21 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
539caeea63
commit
a5f420b0f1
5 changed files with 19 additions and 11 deletions
|
@ -228,7 +228,8 @@ CUSTOM_CVAR (Int, msgmidcolor2, 4, CVAR_ARCHIVE)
|
|||
|
||||
static void maybedrawnow (bool tick, bool force)
|
||||
{
|
||||
if (ConsoleDrawing || !gotconback || screen->IsLocked ())
|
||||
// FIXME: Does not work right with hw2d
|
||||
if (ConsoleDrawing || !gotconback || screen->IsLocked () || screen->Accel2D)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue