projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45c601
)
Updated StepMania.cpp to work with the old InputFilter again
author
Unknown Author
<unknown>
Fri, 2 May 2008 00:23:32 +0000
(
00:23
+0000)
committer
Unknown Author
<unknown>
Fri, 2 May 2008 00:23:32 +0000
(
00:23
+0000)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@279
83fadc84
-e282-4d84-a09a-
c4228d6ae7e5
src/StepMania.cpp
patch
|
blob
|
history
diff --git
a/src/StepMania.cpp
b/src/StepMania.cpp
index
48d18ef
..
c879489
100755
(executable)
--- a/
src/StepMania.cpp
+++ b/
src/StepMania.cpp
@@
-1466,7
+1466,7
@@
static void HandleInputEvents(float fDeltaTime)
for( unsigned i=0; i<ieArray.size(); i++ )
{
- DeviceInput DeviceI =
ieArray[i].di
;
+ DeviceInput DeviceI =
(DeviceInput)ieArray[i]
;
InputEventType type = ieArray[i].type;
GameInput GameI;
MenuInput MenuI;