aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-19 14:13:24 +0000
committerMax Horn2003-09-19 14:13:24 +0000
commitabdc8f1247e81b689584b8aca6f4de70768d065b (patch)
tree59ab272527a2e4a8d87676a303fb3bd464e40bb6 /scumm/script_v5.cpp
parent26607c00ce5399f547451a70b00cccc34c9c12a4 (diff)
downloadscummvm-rg350-abdc8f1247e81b689584b8aca6f4de70768d065b.tar.gz
scummvm-rg350-abdc8f1247e81b689584b8aca6f4de70768d065b.tar.bz2
scummvm-rg350-abdc8f1247e81b689584b8aca6f4de70768d065b.zip
cleanup
svn-id: r10311
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index e8770fb9f8..484102519f 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2561,6 +2561,8 @@ void Scumm_v5::o5_verbOps() {
error("o5_verbOps: unknown subopcode %d", _opcode & 0x1F);
}
}
+
+ // Force redraw of the modified verb slot
drawVerb(slot, 0);
verbMouseOver(0);
}