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:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user