Remove unused init stuff

This commit is contained in:
ABelliqueux 2021-09-13 19:01:58 +02:00
parent c1023a1150
commit 3e17ac4587
1 changed files with 1 additions and 4 deletions

View File

@ -77,18 +77,15 @@ void display(void)
void main() {
// Reset and initialize stuff
ResetCallback();
init();
CdInit();
PadInit(0);
ResetGraph(0);
SetGraphDebug(0);
// Play the video in loop
while (1) {
if (PlayStr(320, 240, 0, 0, &StrFile[0]) == 0) // If player presses Start
break; // Exit the loop
}
}