diff options
author | aap <aap@papnet.eu> | 2020-12-20 14:27:56 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-20 14:27:56 +0100 |
commit | b48445cc7e4e8741f0b5c9d9cddc241aaf22b896 (patch) | |
tree | 4672892e5a5f0f87d07bde0976f86aa1ac7e74de /src/core | |
parent | some PS2 things (diff) | |
parent | uncomment InitRadioStationPositionList (diff) | |
download | re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.tar re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.tar.gz re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.tar.bz2 re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.tar.lz re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.tar.xz re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.tar.zst re3-b48445cc7e4e8741f0b5c9d9cddc241aaf22b896.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Game.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 863d78fe..279239d0 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -758,8 +758,7 @@ void CGame::InitialiseWhenRestarting(void) if ( FrontEndMenuManager.m_bWantToLoad == true ) { FrontEndMenuManager.m_bWantToLoad = false; - // TODO(Miami) - //InitRadioStationPositionList(); + InitRadioStationPositionList(); if ( GenericLoad() == true ) { DMAudio.ResetTimers(CTimer::GetTimeInMilliseconds()); |