From 09313ccebb93ae38141cbe39d19a4556417bd9d4 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 25 Jun 2009 17:56:14 +0000 Subject: Fixed typo. svn-id: r41873 --- engines/draci/mouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/mouse.cpp') diff --git a/engines/draci/mouse.cpp b/engines/draci/mouse.cpp index c1a4e7bc21..24a53141f5 100644 --- a/engines/draci/mouse.cpp +++ b/engines/draci/mouse.cpp @@ -48,7 +48,7 @@ void Mouse::handleEvent(Common::Event event) { _lButton = true; break; case Common::EVENT_LBUTTONUP: - debugC(6, kDraciGeneralDebugLevel, "Left up down (x: %u y: %u)", _x, _y); + debugC(6, kDraciGeneralDebugLevel, "Left button down (x: %u y: %u)", _x, _y); _lButton = false; break; case Common::EVENT_RBUTTONDOWN: -- cgit v1.2.3