OpenXcom Forum
Modding => Help => Topic started by: Zar Nivop on March 06, 2024, 06:03:33 pm
-
Any idea how can I cancel the breaking of the Geoscape background track playing, and keep playing it without the interception track?
-
You would need to change the source code.
Here: https://github.com/OpenXcom/OpenXcom/blob/master/src/Geoscape/GeoscapeState.cpp#L530
and here: https://github.com/OpenXcom/OpenXcom/blob/master/src/Geoscape/GeoscapeState.cpp#L906
-
A. thanks. B. Ouch.