aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-12-29 00:03:09 +0000
committerSven Hesse2008-12-29 00:03:09 +0000
commit4f576ef6c0855187b5d7a5308e75c6c58ea2ab97 (patch)
tree0fe42d6c180160d208f503d0664e11411caf74e2 /engines/gob/game_v6.cpp
parentd81782977e2f17f9906db7548023f748be09a6a6 (diff)
downloadscummvm-rg350-4f576ef6c0855187b5d7a5308e75c6c58ea2ab97.tar.gz
scummvm-rg350-4f576ef6c0855187b5d7a5308e75c6c58ea2ab97.tar.bz2
scummvm-rg350-4f576ef6c0855187b5d7a5308e75c6c58ea2ab97.zip
Implemented the non-monospaced font in the save name input field
svn-id: r35596
Diffstat (limited to 'engines/gob/game_v6.cpp')
-rw-r--r--engines/gob/game_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game_v6.cpp b/engines/gob/game_v6.cpp
index 0b764c399e..2e2813d712 100644
--- a/engines/gob/game_v6.cpp
+++ b/engines/gob/game_v6.cpp
@@ -667,7 +667,7 @@ void Game_v6::collisionsBlock(void) {
do {
if (var_1C != 0) {
key = multiEdit(deltaTime, index, &curEditIndex, descArray,
- &activeCollResId, &activeCollIndex);
+ &activeCollResId, &activeCollIndex, false);
WRITE_VAR(55, curEditIndex);
if (key == 0x1C0D) {