1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

fixup move

This commit is contained in:
Zeno Rogue
2022-07-13 19:02:35 +02:00
parent 94a243a825
commit 7252b04626

View File

@@ -244,7 +244,7 @@ int readRuleArgs3() {
return 0;
}
auto hook = addHook(hooks_args, 100, readRuleArgs3);
auto hook3 = addHook(hooks_args, 100, readRuleArgs3);
#endif
}