1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-21 18:23:15 +00:00

added hooks_anim

This commit is contained in:
Zeno Rogue 2020-01-02 16:57:18 +01:00
parent 2cb1e2cb04
commit 3ee0956fd7

@ -605,9 +605,13 @@ EX void reflect_view() {
bool clearup;
EX purehookset hooks_anim;
EX void apply() {
int t = ticks - lastticks;
lastticks = ticks;
callhooks(hooks_anim);
switch(ma) {
case maTranslation: