mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 13:07:40 +00:00
added hooks_anim
This commit is contained in:
@@ -605,10 +605,14 @@ 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:
|
||||
if(history::on) {
|
||||
|
||||
Reference in New Issue
Block a user