[Scummvm-git-logs] scummvm master -> 096d530fd3c1a177cbefee5ba9d539fd7759098a
dreammaster
noreply at scummvm.org
Thu Mar 5 06:23:05 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
096d530fd3 BAGEL: METAGAME: Re-added accidentally cut debug line
Commit: 096d530fd3c1a177cbefee5ba9d539fd7759098a
https://github.com/scummvm/scummvm/commit/096d530fd3c1a177cbefee5ba9d539fd7759098a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-03-05T17:22:56+11:00
Commit Message:
BAGEL: METAGAME: Re-added accidentally cut debug line
Changed paths:
engines/bagel/hodjnpodj/metagame/gtl/gtlview.cpp
diff --git a/engines/bagel/hodjnpodj/metagame/gtl/gtlview.cpp b/engines/bagel/hodjnpodj/metagame/gtl/gtlview.cpp
index 7b62ef435a2..1943a52d471 100644
--- a/engines/bagel/hodjnpodj/metagame/gtl/gtlview.cpp
+++ b/engines/bagel/hodjnpodj/metagame/gtl/gtlview.cpp
@@ -418,6 +418,7 @@ void CGtlView::OnKeyDown(unsigned int nChar, unsigned int nRepCnt, unsigned int
void CGtlView::OnLButtonDown(unsigned int nFlags, CPoint cMousePoint) {
CGtlDoc* xpDoc = GetDocument() ;
+ debugC(2, kDebugRandom, "Mouse click (%d, %d)", cMousePoint.x, cMousePoint.y);
#ifndef RELEASE_BUILD
if (g_engine->_metagameClicks.size() < 20)
g_engine->_metagameClicks.push_back(Common::Point(cMousePoint.x, cMousePoint.y));
More information about the Scummvm-git-logs
mailing list