ints should be reset to 0, not NULL.

I know it's a macro, but this is just begging
to be abused somehow.
This commit is contained in:
Jason Felds
2013-01-04 11:01:00 -05:00
parent 9485149903
commit b62c1509e0
@@ -137,7 +137,7 @@ void DIDevice::Close()
Device->Release();
Device = NULL;
buttons = axes = hats = NULL;
buttons = axes = hats = 0;
Inputs.clear();
}