[Scummvm-cvs-logs] scummvm master -> 3d1dcefd4605df27e2dce0425dfce159a20c5a9e

bluegr md5 at scummvm.org
Thu Apr 14 00:58:25 CEST 2011


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:
3d1dcefd46 TINSEL: Removed an unused global variable


Commit: 3d1dcefd4605df27e2dce0425dfce159a20c5a9e
    https://github.com/scummvm/scummvm/commit/3d1dcefd4605df27e2dce0425dfce159a20c5a9e
Author: md5 (md5 at scummvm.org)
Date: 2011-04-13T15:56:47-07:00

Commit Message:
TINSEL: Removed an unused global variable

Changed paths:
    engines/tinsel/tinlib.cpp



diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp
index 40418dc..fda6958 100644
--- a/engines/tinsel/tinlib.cpp
+++ b/engines/tinsel/tinlib.cpp
@@ -84,7 +84,7 @@ extern bool bNoPause;
 
 // In DOS_MAIN.C
 // TODO/FIXME: From dos_main.c: "Only used on PSX so far"
-int clRunMode = 0;
+//int clRunMode = 0;
 
 //----------------- EXTERNAL FUNCTIONS ---------------------
 
@@ -2490,7 +2490,7 @@ void ResumeLastGame() {
  * Returns the current run mode
  */
 static int RunMode() {
-	return clRunMode;
+	return 0;	//clRunMode;
 }
 
 /**






More information about the Scummvm-git-logs mailing list