mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
parent
865e3d6179
commit
294ed169f9
1
NEWS.md
1
NEWS.md
@ -69,6 +69,7 @@ For a more comprehensive changelog of the latest experimental code, see:
|
||||
|
||||
Cine:
|
||||
- Added detection for Italian Amiga Operation Stealth.
|
||||
- Fixed space missing in verb line.
|
||||
- Fixed vertically overflowing message boxes.
|
||||
|
||||
Dreamweb:
|
||||
|
@ -1074,6 +1074,7 @@ void playerCommandMouseLeft(uint16 &mouseButton, uint16 &mouseX, uint16 &mouseY)
|
||||
g_cine->_commandBuffer = "";
|
||||
} else if (g_cine->getGameType() == Cine::GType_OS) {
|
||||
isDrawCommandEnabled = 1;
|
||||
g_cine->_commandBuffer += " ";
|
||||
g_cine->_commandBuffer += commandPrepositionTable[playerCommand];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user