File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ namespace RTE {
171
171
172
172
Vector m_ScrollOffset; // !< The scrolling position of the whole title screen scene.
173
173
float m_PlanetViewScrollOffsetY; // !< The title screen scene scroll position when in planet overview menus.
174
-
174
+
175
175
bool m_FinishedPlayingIntro; // !< Whether the intro sequence finished playing.
176
176
IntroSequence m_IntroSequenceState; // !< The current intro sequence state.
177
177
Timer m_IntroSongTimer; // !< Timer used to sync the intro sequence progress with the intro song.
@@ -193,7 +193,7 @@ namespace RTE {
193
193
#pragma region Create Breakdown
194
194
// / Initializes music SoundContainers after they are done being loaded.
195
195
void InitializeMusic ();
196
-
196
+
197
197
// / Creates all the elements that compose the title screen scene.
198
198
void CreateTitleElements ();
199
199
You can’t perform that action at this time.
0 commit comments