[Scummvm-git-logs] scummvm master -> 2b896e1f4f232a710a5975a9f53086552d446de1

ccawley2011 ccawley2011 at gmail.com
Mon Jul 1 17:16:57 CEST 2019


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:
2b896e1f4f BLADERUNNER: Fix warning


Commit: 2b896e1f4f232a710a5975a9f53086552d446de1
    https://github.com/scummvm/scummvm/commit/2b896e1f4f232a710a5975a9f53086552d446de1
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-07-01T16:16:54+01:00

Commit Message:
BLADERUNNER: Fix warning

Changed paths:
    engines/bladerunner/debugger.h


diff --git a/engines/bladerunner/debugger.h b/engines/bladerunner/debugger.h
index 414e0ee..359163d 100644
--- a/engines/bladerunner/debugger.h
+++ b/engines/bladerunner/debugger.h
@@ -55,7 +55,7 @@ enum DebuggerDrawnObjectType {
 class Debugger : public GUI::Debugger{
 	BladeRunnerEngine *_vm;
 
-	static const int kMaxSpecificObjectsDrawnCount = 100;
+	static const uint kMaxSpecificObjectsDrawnCount = 100;
 
 	struct DebuggerDrawnObject {
 		int                     sceneId;





More information about the Scummvm-git-logs mailing list