mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Avoid calling music.init on startup, reloadresources does this
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user