* Try fix NAN under windows
This commit is contained in:
jean.chalard
2010-02-14 14:10:12 +00:00
parent f0dae9e87e
commit 376022c2f0

View File

@@ -69,6 +69,9 @@ u8 JGE::GetAnalogY()
#endif
#ifndef NAN
#define NAN Single::NaN
#endif
static map<JButton, float> holds;
static map<JButton, float> oldHolds;