Skip to content

Commit

Permalink
Fixed shop videos leaving last frame on the screen after forced quit …
Browse files Browse the repository at this point in the history
…from escave due to the multiplayer timer
  • Loading branch information
Aidoneus committed Jul 3, 2023
1 parent 7d1801e commit 83fb9df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/road.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ _MEM_STATISTIC_("AFTER LOADING RTO1 FINIT -> ");

void EscaveOutRTO::Init(int id)
{
XGR_Obj.fill(0, XGR_Obj.get_2d_rgba_render_buffer());
XGR_Obj.set_is_scaled_renderer(true);
#ifdef ISCREEN
iOutEscaveInit();
Expand Down Expand Up @@ -878,6 +879,7 @@ _MEM_STATISTIC_("AFTER ESCAVE FINIT -> ");

void FirstEscaveOutRTO::Init(int id)
{
XGR_Obj.fill(0, XGR_Obj.get_2d_rgba_render_buffer());
XGR_Obj.set_is_scaled_renderer(true);
#ifdef ISCREEN
#ifndef _ACI_SKIP_SHOP_
Expand Down

0 comments on commit 83fb9df

Please sign in to comment.