From a651b6a9b23cee598b6f43120f5b7953e171c61e Mon Sep 17 00:00:00 2001 From: Miran Date: Fri, 26 Apr 2024 11:26:51 +0200 Subject: [PATCH] fixup! Fixed mission code offsets info in error messages. --- CLEO5.vcxproj | 4 ++++ CLEO5.vcxproj.filters | 3 +++ source/CScriptEngine.cpp | 1 + 3 files changed, 8 insertions(+) diff --git a/CLEO5.vcxproj b/CLEO5.vcxproj index 5dc3855e..6b9583e9 100644 --- a/CLEO5.vcxproj +++ b/CLEO5.vcxproj @@ -67,6 +67,10 @@ NotUsing NotUsing + + NotUsing + NotUsing + diff --git a/CLEO5.vcxproj.filters b/CLEO5.vcxproj.filters index a6b4f839..31b955c1 100644 --- a/CLEO5.vcxproj.filters +++ b/CLEO5.vcxproj.filters @@ -105,6 +105,9 @@ source\utils + + plugin_sdk + diff --git a/source/CScriptEngine.cpp b/source/CScriptEngine.cpp index 96885f90..2016096f 100644 --- a/source/CScriptEngine.cpp +++ b/source/CScriptEngine.cpp @@ -2,6 +2,7 @@ #include "CleoBase.h" #include "CFileMgr.h" #include "CGame.h" +#include #include