MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / MusicLoop

Function MusicLoop

src/music_gui.cpp:453–456  ·  view source on GitHub ↗

* Check music playback status and start/stop/song-finished. * Called from main loop. */

Source from the content-addressed store, hash-verified

451 * Called from main loop.
452 */
453void MusicLoop()
454{
455 _music.CheckStatus();
456}
457
458/**
459 * Change the configured music set and reset playback

Callers 2

LoadIntroGameFunction · 0.85
GameLoopFunction · 0.85

Calls 1

CheckStatusMethod · 0.80

Tested by

no test coverage detected