mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
Fixed shop videos leaving last frame on the screen after forced quit from escave due to the multiplayer timer
This commit is contained in:
@@ -838,6 +838,7 @@ _MEM_STATISTIC_("AFTER LOADING RTO1 FINIT -> ");
|
|||||||
|
|
||||||
void EscaveOutRTO::Init(int id)
|
void EscaveOutRTO::Init(int id)
|
||||||
{
|
{
|
||||||
|
XGR_Obj.fill(0, XGR_Obj.get_2d_rgba_render_buffer());
|
||||||
XGR_Obj.set_is_scaled_renderer(true);
|
XGR_Obj.set_is_scaled_renderer(true);
|
||||||
#ifdef ISCREEN
|
#ifdef ISCREEN
|
||||||
iOutEscaveInit();
|
iOutEscaveInit();
|
||||||
@@ -878,6 +879,7 @@ _MEM_STATISTIC_("AFTER ESCAVE FINIT -> ");
|
|||||||
|
|
||||||
void FirstEscaveOutRTO::Init(int id)
|
void FirstEscaveOutRTO::Init(int id)
|
||||||
{
|
{
|
||||||
|
XGR_Obj.fill(0, XGR_Obj.get_2d_rgba_render_buffer());
|
||||||
XGR_Obj.set_is_scaled_renderer(true);
|
XGR_Obj.set_is_scaled_renderer(true);
|
||||||
#ifdef ISCREEN
|
#ifdef ISCREEN
|
||||||
#ifndef _ACI_SKIP_SHOP_
|
#ifndef _ACI_SKIP_SHOP_
|
||||||
|
|||||||
Reference in New Issue
Block a user