Fixed "Mode" problem of my last commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5655 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Jordan Woyak 2010-06-12 13:19:26 +00:00
parent a82adcd5d3
commit 6a942c1090

View file

@ -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();