diff options
Diffstat (limited to 'saga/render.cpp')
| -rw-r--r-- | saga/render.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/render.cpp b/saga/render.cpp index 5be861ee7e..45f364155a 100644 --- a/saga/render.cpp +++ b/saga/render.cpp @@ -82,7 +82,7 @@ void Render::drawScene() {  	// Get mouse coordinates  	mousePoint = _vm->mousePos(); -	if (!(_flags & (RF_PLACARD | RF_MAP))) { +	if (!(_flags & (RF_DEMO_SUBST | RF_PLACARD | RF_MAP))) {  		// Display scene background  		_vm->_scene->draw();  | 
