Merge pull request #587 from NQNStudios:fix-ranged-anim

Fix some ranged attack animation bugs

Fix #582
Fix #97
This commit is contained in:
2025-02-15 16:03:51 -05:00
committed by GitHub
8 changed files with 250 additions and 32 deletions

View File

@@ -80,6 +80,9 @@ extern bool cur_scen_is_mac;
short specials_res_id;
char start_name[256];
// This is just to make location.hpp compile, and represents nothing:
location center;
static void process_args(int argc, char* argv[]) {
preprocess_args(argc, argv);
clara::Args args(argc, argv);