SLUDGE: Properly skip movie playback

This commit is contained in:
Eugene Sandulenko 2020-04-29 01:07:07 +02:00
parent a7f73321d5
commit 4cc33660ec

View File

@ -953,7 +953,7 @@ int playMovie(int fileNumber) {
setPixelCoords(false);
#endif
return 1;
return 0;
}
int stopMovie() {