patch-engines_draci_draci_h 450 B

1234567891011121314
  1. $OpenBSD: patch-engines_draci_draci_h,v 1.1 2012/10/06 19:24:32 jsg Exp $
  2. --- engines/draci/draci.h.orig Sun Oct 7 00:35:56 2012
  3. +++ engines/draci/draci.h Sun Oct 7 00:42:40 2012
  4. @@ -121,8 +121,7 @@ enum {
  5. kDraciWalkingDebugLevel = 1 << 6
  6. };
  7. -// Macro to simulate lround() for non-C99 compilers
  8. -static inline long scummvm_lround(double val) { return (long)floor(val + 0.5); }
  9. +#define scummvm_lround lround
  10. } // End of namespace Draci