From b26abc79269745c99849ab4addd5a0afbf026846 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 4 Sep 2018 23:44:20 +0300 Subject: SCI32: Fix typo --- engines/sci/engine/guest_additions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3