1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 10:38:31 +02:00

Avoid calling music.init on startup, reloadresources does this

This commit is contained in:
Ethan Lee 2020-06-12 16:24:21 -04:00
parent 8d652dc256
commit b2f842376b

View File

@ -162,12 +162,10 @@ int main(int argc, char *argv[])
graphics.init();
music.init();
game.init();
game.infocus = true;
// This loads music too...
graphics.reloadresources();
const SDL_PixelFormat* fmt = gameScreen.GetFormat();