TA/VTX: Reset current list on vdec_init
Fixes some rare cases where it's invalid or left over to some list, without a CurrentList set, leading to crash.
This commit is contained in:
parent
d055dbd7cb
commit
d9d9b76d79
|
@ -718,7 +718,7 @@ public:
|
|||
{
|
||||
VDECInit();
|
||||
TaCmd=ta_main;
|
||||
|
||||
CurrentList = ListType_None;
|
||||
ListIsFinished[0]=ListIsFinished[1]=ListIsFinished[2]=ListIsFinished[3]=ListIsFinished[4]=false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue