Skip to content

Commit

Permalink
Merge pull request Project-Cartographer#12 from num0005/small_fix
Browse files Browse the repository at this point in the history
Fix release build
  • Loading branch information
Himanshu-01 authored Oct 24, 2017
2 parents c1fc357 + a2a0d42 commit 952243c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion H2Codez/H2Guerilla.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ void H2GuerrilaPatches::Init()
memset(CAST_PTR(void*,0x9AF809), 1, 1); // set is_expert_mode to one
update_field_display();
toggle_display_templates();
main_menu = LoadMenu(g_hModule, MAKEINTRESOURCE(GUERILLA_MENU));
main_menu = LoadMenuA(g_hModule, MAKEINTRESOURCEA(GUERILLA_MENU));
}
Binary file modified H2Codez/H2Guerilla.rc
Binary file not shown.

0 comments on commit 952243c

Please sign in to comment.