mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
Fix mouse glitch regression, due to code re-arrange
svn-id: r24629
This commit is contained in:
parent
ec177bc6ce
commit
3ebba5fab9
@ -986,14 +986,14 @@ void AGOSEngine::setImage(uint16 vga_res_id, bool vgaScript) {
|
||||
}
|
||||
|
||||
void AGOSEngine::setWindowImageEx(uint16 mode, uint16 vga_res) {
|
||||
if (!_initMouse) {
|
||||
_initMouse = 1;
|
||||
vc33_setMouseOn();
|
||||
}
|
||||
|
||||
if (mode == 4) {
|
||||
vc29_stopAllSounds();
|
||||
|
||||
if (!_initMouse) {
|
||||
_initMouse = 1;
|
||||
vc33_setMouseOn();
|
||||
}
|
||||
|
||||
if (getGameType() == GType_ELVIRA1) {
|
||||
if (_variableArray[299] == 0) {
|
||||
_variableArray[293] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user