diff options
Diffstat (limited to 'sword2/driver/rdwin.cpp')
| -rw-r--r-- | sword2/driver/rdwin.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp index cf7f5f0ff9..bc0ec79319 100644 --- a/sword2/driver/rdwin.cpp +++ b/sword2/driver/rdwin.cpp @@ -139,7 +139,7 @@ void Graphics::updateDisplay(bool redrawScene) {  	}  	// We always need to update because of fades, menu animations, etc. -	_vm->_system->update_screen(); +	_vm->_system->updateScreen();  }  /**  | 
