[Scummvm-cvs-logs] scummvm master -> 62973836e1ec7b32a9425fd65e976416d6b5e320

dreammaster dreammaster at scummvm.org
Sun Aug 30 18:55:50 CEST 2015


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:
62973836e1 SHERLOCK: SS: Make _frameRate unsigned to fix GCC warnings


Commit: 62973836e1ec7b32a9425fd65e976416d6b5e320
    https://github.com/scummvm/scummvm/commit/62973836e1ec7b32a9425fd65e976416d6b5e320
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-08-30T12:55:20-04:00

Commit Message:
SHERLOCK: SS: Make _frameRate unsigned to fix GCC warnings

Changed paths:
    engines/sherlock/events.h



diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h
index 8741ffa..e13ef18 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -46,7 +46,7 @@ private:
 	int _mouseButtons;
 	Common::Point _mousePos;
 	int _waitCounter;
-	int _frameRate;
+	uint _frameRate;
 
 	/**
 	 * Check whether it's time to display the next screen frame






More information about the Scummvm-git-logs mailing list