don't derive InputEvent from DeviceInput

This commit is contained in:
Glenn Maynard
2006-09-08 01:11:18 +00:00
parent d397a60108
commit dc531b59e4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1381,7 +1381,7 @@ void HandleInputEvents(float fDeltaTime)
for( unsigned i=0; i<ieArray.size(); i++ )
{
InputEventPlus input;
input.DeviceI = (DeviceInput)ieArray[i];
input.DeviceI = ieArray[i].di;
input.type = ieArray[i].type;
// hack for testing with only one joytick