[Scummvm-git-logs] scummvm master -> ead7a2bba1dcd9de06a1d2d067c0b3cbdd30b731
sev-
noreply at scummvm.org
Tue Nov 21 13:39:48 UTC 2023
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:
ead7a2bba1 GUI: Remove leftover debug message
Commit: ead7a2bba1dcd9de06a1d2d067c0b3cbdd30b731
https://github.com/scummvm/scummvm/commit/ead7a2bba1dcd9de06a1d2d067c0b3cbdd30b731
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-11-21T14:39:33+01:00
Commit Message:
GUI: Remove leftover debug message
Changed paths:
gui/console.cpp
diff --git a/gui/console.cpp b/gui/console.cpp
index 695021a2a59..b9f61018d95 100644
--- a/gui/console.cpp
+++ b/gui/console.cpp
@@ -800,7 +800,6 @@ void ConsoleDialog::printCharIntern(int c) {
buffer(_currentPos) = (char)c;
_currentPos++;
if (_currentPos % kCharsPerLine == _pageWidth) {
- warning("NEXT");
nextLine();
updateScrollBuffer();
}
More information about the Scummvm-git-logs
mailing list