[Scummvm-git-logs] scummvm master -> 0cd609395a6b6f8ba15adc104728a918f5fcb50c
AndywinXp
noreply at scummvm.org
Fri Jun 3 17:27:56 UTC 2022
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:
0cd609395a SCUMM: Remove whitespace
Commit: 0cd609395a6b6f8ba15adc104728a918f5fcb50c
https://github.com/scummvm/scummvm/commit/0cd609395a6b6f8ba15adc104728a918f5fcb50c
Author: AndywinXp (andywinxp at gmail.com)
Date: 2022-06-03T19:27:50+02:00
Commit Message:
SCUMM: Remove whitespace
Changed paths:
engines/scumm/input.cpp
diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp
index b8f83ec098b..9c432d7c35f 100644
--- a/engines/scumm/input.cpp
+++ b/engines/scumm/input.cpp
@@ -687,7 +687,7 @@ void ScummEngine::processKeyboard(Common::KeyState lastKeyHit) {
_mouseAndKeyboardStat = lastKeyHit.ascii;
}
}
-
+
// The original interpreters allowed the usage of the Enter key as a substitute for left mouse click,
// and the Tab key as a substitute for right click; while v7-8 games handle this substitution via
// scripts, we have to do this manually for the other games.
More information about the Scummvm-git-logs
mailing list