We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37290be commit b332b60Copy full SHA for b332b60
Managers/ActivityMan.cpp
@@ -281,8 +281,8 @@ namespace RTE {
281
282
// Need to pass in a clone of the activity because the original will be deleted and re-set during StartActivity.
283
int activityStarted = m_StartActivity ? StartActivity(dynamic_cast<Activity *>(m_StartActivity->Clone())) : StartActivity(m_DefaultActivityType, m_DefaultActivityName);
284
+ g_TimerMan.PauseSim(false);
285
if (activityStarted >= 0) {
- g_TimerMan.PauseSim(false);
286
m_InActivity = true;
287
return true;
288
} else {
0 commit comments