Skip to content

Commit

Permalink
animate hook
Browse files Browse the repository at this point in the history
  • Loading branch information
monster860 committed Oct 20, 2022
1 parent 348a82b commit 8891ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/demo_writer/demo_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ extern "C" EXPORT const char* demo_start(int n_args, const char** args)
INSTALL_HOOK(RemoveFromScreen);
INSTALL_HOOK(SendMapsClient);
INSTALL_HOOK(Output);
make_animate_hook();

demo_file_handle.put(0xCB);
demo_file_handle.put(0x0); // version number
Expand Down

0 comments on commit 8891ca3

Please sign in to comment.