Skip to content

Commit

Permalink
Try to fix editor crash when built with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Oct 1, 2024
1 parent 0f8a6a6 commit 6247aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor_patch/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ extern "C" DWORD DF_DLL_EXPORT Init([[maybe_unused]] void* unused)
"maps3.txt",
"maps4.txt",
"maps_df.txt",
nullptr,
};
write_mem_ptr(0x0041B813 + 1, maps_files_names);
write_mem_ptr(0x0041B824 + 1, maps_files_names);
Expand Down

0 comments on commit 6247aad

Please sign in to comment.