[Scummvm-cvs-logs] scummvm master -> 1c09a34fec098cc1c38decc10987c182aa34c87c

dreammaster dreammaster at scummvm.org
Sun Jul 20 22:34:19 CEST 2014


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:
1c09a34fec MADS: Fix palette method signature


Commit: 1c09a34fec098cc1c38decc10987c182aa34c87c
    https://github.com/scummvm/scummvm/commit/1c09a34fec098cc1c38decc10987c182aa34c87c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-07-20T16:33:35-04:00

Commit Message:
MADS: Fix palette method signature

Changed paths:
    engines/mads/palette.h



diff --git a/engines/mads/palette.h b/engines/mads/palette.h
index 975167a..9b8b714 100644
--- a/engines/mads/palette.h
+++ b/engines/mads/palette.h
@@ -297,7 +297,7 @@ public:
 	/**
 	 * Resets the game palette
 	 */
-	void resetGamePalette(int v1, int v2);
+	void resetGamePalette(int lowRange, int highRange);
 
 	/**
 	 * Initializes the main palette






More information about the Scummvm-git-logs mailing list