Skip to content

Commit 4d1ec3a

Browse files
authored
Dutchman Bravo (#106)
* 1.0.1 * clang
1 parent 8cffb77 commit 4d1ec3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
22

33
# Set the project version and language
4-
project(Ghostship VERSION 1.0.0 LANGUAGES C CXX ASM)
4+
project(Ghostship VERSION 1.0.1 LANGUAGES C CXX ASM)
55
include(FetchContent)
66

77
include(cmake/ghostship-cvars.cmake)

src/port/game/GeoLayoutParser.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ struct GraphNodeEntry {
3838
GraphNodeFunc function;
3939
};
4040

41-
#define FUNC(f) \
42-
GraphNodeEntry { \
43-
#f, reinterpret_cast<GraphNodeFunc>(f) \
41+
#define FUNC(f) \
42+
GraphNodeEntry { \
43+
#f, reinterpret_cast < GraphNodeFunc>(f) \
4444
}
4545

4646
std::unordered_map<uint32_t, GraphNodeEntry> mUSFunctionTable = {

0 commit comments

Comments
 (0)