We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e79a6 commit 43f9a48Copy full SHA for 43f9a48
code/menuui/mainhallmenu.cpp
@@ -1253,7 +1253,7 @@ void main_hall_render_misc_anims(float frametime, bool over_doors)
1253
// if the timestamp is not -1 and has popped, play the anim and make the timestamp -1
1254
} else if (timestamp_elapsed(Main_hall->misc_anim_delay.at(idx).at(0))) {
1255
Main_hall->misc_anim_paused.at(idx) = false;
1256
- generic_anim_reset(Main_hall_misc_anim.at(idx));
+ generic_anim_reset(&Main_hall_misc_anim.at(idx));
1257
1258
// kill the timestamp
1259
Main_hall->misc_anim_delay.at(idx).at(0) = -1;
0 commit comments