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

wjp wjp at usecode.org
Wed Apr 13 14:08:42 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:
3be6ff23d7 TSAGE: Fix warning


Commit: 3be6ff23d7f83254e8282d801d38dedfc36b51a1
    https://github.com/scummvm/scummvm/commit/3be6ff23d7f83254e8282d801d38dedfc36b51a1
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-04-13T05:07:11-07:00

Commit Message:
TSAGE: Fix warning

Changed paths:
    engines/tsage/detection.cpp



diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp
index f2e61b0..22f276e 100644
--- a/engines/tsage/detection.cpp
+++ b/engines/tsage/detection.cpp
@@ -73,7 +73,7 @@ static const ADParams detectionParams = {
 	0,
 	"tsage",
 	NULL,
-	NULL,
+	0,
 	Common::GUIO_NONE,
 	0,
 	NULL






More information about the Scummvm-git-logs mailing list