[Scummvm-cvs-logs] scummvm master -> 488d263aafc3d723172b1676011ae3011c34aae7

Strangerke Strangerke at scummvm.org
Sun Sep 1 12:30:02 CEST 2013


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:
488d263aaf TSAGE: R2R - Remove leftover warning


Commit: 488d263aafc3d723172b1676011ae3011c34aae7
    https://github.com/scummvm/scummvm/commit/488d263aafc3d723172b1676011ae3011c34aae7
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-09-01T03:28:41-07:00

Commit Message:
TSAGE: R2R - Remove leftover warning

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes0.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index 9c4cc10..a0846d3 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -2772,7 +2772,6 @@ void Scene250::changeFloor(int floorNumber) {
 
 void Scene250::process(Event &event) {
 	if (!event.handled) {
-		warning("%d", event.btnState);
 		if (((event.eventType == EVENT_KEYPRESS) || (event.btnState == BTNSHIFT_RIGHT)) && _skippableFl) {
 			_skippingFl = true;
 			event.handled = true;






More information about the Scummvm-git-logs mailing list