mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
added hooks_anim
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user