$OpenBSD: patch-engines_draci_draci_h,v 1.2 2021/10/10 03:12:02 jsg Exp $
Index: engines/draci/draci.h
--- engines/draci/draci.h.orig
+++ engines/draci/draci.h
@@ -118,8 +118,7 @@ enum {
 	kDraciWalkingDebugLevel   = 1 << 6
 };
 
-// Macro to simulate lround() for non-C99 compilers
-static inline long scummvm_lround(double val) { return (long)floor(val + 0.5); }
+#define scummvm_lround lround
 
 } // End of namespace Draci
 
