From 49174346ba835b2ccad84caad7192a9b98c40d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neven=20Pra=C5=A1nikar?= Date: Tue, 28 Jan 2025 11:56:11 +0100 Subject: [PATCH] [#10] ... Fix syntax error. --- source/game/scripts/bind_general.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game/scripts/bind_general.cpp b/source/game/scripts/bind_general.cpp index 94a1ff0..19efaa7 100644 --- a/source/game/scripts/bind_general.cpp +++ b/source/game/scripts/bind_general.cpp @@ -896,7 +896,7 @@ void RegisterGeneralBinds(bool server, bool shadow) { bindGlobal("float FLOAT_INFINITY", (void*)&_F_INFINITY); bindGlobal("const string BUILD_VERSION", (void*)&_BUILD_NAME); bindGlobal("const bool IS_STEAM_BUILD", (void*)&isSteamBuild); - bindGlobal("const uint OSR_COMPILER_VERSION", (void*)&_OSR_COMPILER_VERSION) + bindGlobal("const uint OSR_COMPILER_VERSION", (void*)&_OSR_COMPILER_VERSION); //Engine detection if(server) {