aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2018-09-04 23:44:20 +0300
committerFilippos Karapetis2018-09-04 23:44:39 +0300
commitb26abc79269745c99849ab4addd5a0afbf026846 (patch)
treeed8269126d410953e1990a5fa44021fa7d796c8a /engines
parent162dcbda272aeccd6e73079f703c81fef8cc8279 (diff)
downloadscummvm-rg350-b26abc79269745c99849ab4addd5a0afbf026846.tar.gz
scummvm-rg350-b26abc79269745c99849ab4addd5a0afbf026846.tar.bz2
scummvm-rg350-b26abc79269745c99849ab4addd5a0afbf026846.zip
SCI32: Fix typo
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/guest_additions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/guest_additions.cpp b/engines/sci/engine/guest_additions.cpp
index 16c4f94f9e..d7e9870801 100644
--- a/engines/sci/engine/guest_additions.cpp
+++ b/engines/sci/engine/guest_additions.cpp
@@ -169,7 +169,7 @@ void GuestAdditions::writeVarHook(const int type, const int index, const reg_t v
// WORKAROUND: Global 899 contains the response time value,
// which may have values between 1 and 15. There is a script
// bug when loading values from game.opt, where this variable
- // may be incorrectly set to 0. This makes the opponent freezetat
+ // may be incorrectly set to 0. This makes the opponent freeze
// while playing Backgammon and Bridge. Fix this case here, by
// setting the correct minimum value, 1.
// TODO: Either make this a script patch, or find out if it's