diff --git a/engine/platform/platform.h b/engine/platform/platform.h index a69daab3..ed4ccb29 100644 --- a/engine/platform/platform.h +++ b/engine/platform/platform.h @@ -183,7 +183,7 @@ void Platform_SetClipboardText( const char *buffer ); #define SDL_VERSION_ATLEAST( x, y, z ) 0 #endif -static void Platform_SetTimer( float time ) +static inline void Platform_SetTimer( float time ) { #if XASH_LINUX Linux_SetTimer( time );