- 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:
Christoph Oelckers 2008-02-15 18:40:06 +00:00
parent 539caeea63
commit a5f420b0f1
5 changed files with 19 additions and 11 deletions

View file

@ -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;
}