[Scummvm-git-logs] scummvm master -> 04b597604645a72cf980d2624a1aaf4b1b2bc2be
sev-
noreply at scummvm.org
Mon Jun 20 23:05:58 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:
04b5976046 DIRECTOR: Added clarifying comment to 'BeepOn'
Commit: 04b597604645a72cf980d2624a1aaf4b1b2bc2be
https://github.com/scummvm/scummvm/commit/04b597604645a72cf980d2624a1aaf4b1b2bc2be
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-06-21T01:05:28+02:00
Commit Message:
DIRECTOR: Added clarifying comment to 'BeepOn'
Changed paths:
engines/director/movie.cpp
diff --git a/engines/director/movie.cpp b/engines/director/movie.cpp
index 2e9d3ca94d8..8a614dd7727 100644
--- a/engines/director/movie.cpp
+++ b/engines/director/movie.cpp
@@ -88,7 +88,7 @@ Movie::Movie(Window *window) {
_timeOutMouse = true;
_timeOutPlay = false;
- _isBeepOn = false;
+ _isBeepOn = false; // Beep is off by default in the original
}
Movie::~Movie() {
More information about the Scummvm-git-logs
mailing list