mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
fixed keypress bug
svn-id: r3474
This commit is contained in:
parent
93dd4cb5d9
commit
c9dda1166d
@ -40,7 +40,7 @@ void Scumm::checkExecVerbs() {
|
||||
/* Check keypresses */
|
||||
vs = &_verbs[1];
|
||||
for (i=1; i<_maxVerbs; i++,vs++) {
|
||||
if (vs->verbid && vs->saveid && vs->curmode==1) {
|
||||
if (vs->verbid && vs->saveid==0 && vs->curmode==1) {
|
||||
if (_mouseButStat == vs->key) {
|
||||
runInputScript(1, vs->verbid, 1);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user