Fix a problem with alternative input that made hold notes 'let go' when held using the alternative button.

This commit is contained in:
Andrew Livy
2009-05-23 18:13:29 +00:00
parent 5f010e3a4b
commit c9c74c7b05
5 changed files with 76 additions and 8 deletions
+6 -1
View File
@@ -23,7 +23,12 @@ public:
MultiPlayer mp;
DeviceInputList InputList;
};
struct AlternateMapping
{
GameInput inpMain;
GameInput inpAlt;
};
#endif
/*