From fc8b83d721879f9e3e33b6bc2da037d00bf5e7bf Mon Sep 17 00:00:00 2001 From: Billiard26 Date: Sat, 12 Jun 2010 13:19:26 +0000 Subject: [PATCH] Fixed "Mode" problem of my last commit. git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5655 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h index 0a9a11fd4..6f326b9b3 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h @@ -214,7 +214,7 @@ public: class InputReference : public ControlReference { public: - InputReference() : ControlReference( true ) {} + InputReference() : ControlReference(true), mode(0) {} ControlState State( const ControlState state ); bool Detect( const unsigned int ms, const unsigned int count ); void UpdateControls(); -- 2.11.4.GIT