Fixed rzx play at start-up (ball crazy and Blood)

This commit is contained in:
fabio.olimpieri 2015-06-28 11:06:06 +00:00
parent 2dbfec8e0e
commit ce769a2ac3

View File

@ -2049,7 +2049,7 @@ static int do_rzx(int which)
ordenador.frames_count_rzx=1;
retorno2 = load_rzx(0);
if (retorno2) break; //Error or no file
ordenador.maxicount = 0; //Force rzx_update and interrupt
rzx_update(&ordenador.maxicount);
ordenador.playing_rzx = 1;
retorno = -2; //Come back to the menu
break;