diff --git a/apps/openmw-mp/Script/ScriptFunction.cpp b/apps/openmw-mp/Script/ScriptFunction.cpp index b0925ce22..4847ec840 100644 --- a/apps/openmw-mp/Script/ScriptFunction.cpp +++ b/apps/openmw-mp/Script/ScriptFunction.cpp @@ -6,7 +6,7 @@ #include #include "ScriptFunction.hpp" -#ifndef _WIN32 // temporally disabled +#ifndef _WIN32 // temporarily disabled #include #endif @@ -155,7 +155,7 @@ boost::any ScriptFunction::Call(const vector &args) throw runtime_error("C++ call: Unknown argument identifier " + *it); } } -#ifndef _WIN32 // temporally disabled +#ifndef _WIN32 // temporarily disabled Func f = reinterpret_cast(fCpp); result = ::Call(f, callArgs); #else