Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Feb 24, 2025
1 parent 62f5793 commit 3fcf434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bo4-dll/bo4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ namespace bo4 {

}
#define REGISTER_COMMAND(id, name, cmd) static bo4::CmdFunction alloc_func_##id;\
static bo4::Hash alloc_func_hash##id = { hash::Hash64Pattern(name) };\
static XHash alloc_func_hash##id = { hash::Hash64Pattern(name) };\
bo4::Cmd_AddCommandInternal(&alloc_func_hash##id, cmd, &alloc_func_##id)

0 comments on commit 3fcf434

Please sign in to comment.