Skip to content

Commit

Permalink
fix: make race start animation full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Solant committed May 16, 2024
1 parent 3581081 commit 83c6ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MechoSoma/RUNTIME/arcane_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1971,6 +1971,8 @@ void mchReInitArcaneScreen(void)
{
mch_arcScrD->objList->search(AE_SMALL_RECT1)->InitCoords("small_rect1");
mch_arcScrD->objList->search(AE_SMALL_RECT2)->InitCoords("small_rect2");
mch_arcScrD->objList->search(AE_BIG_RECT1)->InitCoords("big_rect1");
mch_arcScrD->objList->search(AE_BIG_RECT2)->InitCoords("big_rect2");

mch_arcScrD->objList->search(AE_PLAY_AGAIN_STR)->InitCoords("play_again_str");
mch_arcScrD->objList->search(AE_TRY_STR)->InitCoords("try_again_str");
Expand Down

0 comments on commit 83c6ec8

Please sign in to comment.