[Scummvm-git-logs] scummvm master -> b26abc79269745c99849ab4addd5a0afbf026846
bluegr
bluegr at gmail.com
Tue Sep 4 22:44:51 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b26abc7926 SCI32: Fix typo
Commit: b26abc79269745c99849ab4addd5a0afbf026846
https://github.com/scummvm/scummvm/commit/b26abc79269745c99849ab4addd5a0afbf026846
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2018-09-04T23:44:39+03:00
Commit Message:
SCI32: Fix typo
Changed paths:
engines/sci/engine/guest_additions.cpp
diff --git a/engines/sci/engine/guest_additions.cpp b/engines/sci/engine/guest_additions.cpp
index 16c4f94..d7e9870 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
More information about the Scummvm-git-logs
mailing list