From 4d1ec3a2e3b2b5e53c5cfc76573475e30418bb6b Mon Sep 17 00:00:00 2001 From: Malkierian Date: Tue, 20 Jan 2026 16:38:36 -0700 Subject: [PATCH] Dutchman Bravo (#106) * 1.0.1 * clang --- CMakeLists.txt | 2 +- src/port/game/GeoLayoutParser.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index daedcaa0..5ab1334f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) # Set the project version and language -project(Ghostship VERSION 1.0.0 LANGUAGES C CXX ASM) +project(Ghostship VERSION 1.0.1 LANGUAGES C CXX ASM) include(FetchContent) include(cmake/ghostship-cvars.cmake) diff --git a/src/port/game/GeoLayoutParser.cpp b/src/port/game/GeoLayoutParser.cpp index 9946f1af..81076114 100644 --- a/src/port/game/GeoLayoutParser.cpp +++ b/src/port/game/GeoLayoutParser.cpp @@ -38,9 +38,9 @@ struct GraphNodeEntry { GraphNodeFunc function; }; -#define FUNC(f) \ - GraphNodeEntry { \ - #f, reinterpret_cast(f) \ +#define FUNC(f) \ + GraphNodeEntry { \ +#f, reinterpret_cast < GraphNodeFunc>(f) \ } std::unordered_map mUSFunctionTable = {