diff --git a/src/skel/symbian/symbian.cpp b/src/skel/symbian/symbian.cpp index d424acc..3934353 100644 --- a/src/skel/symbian/symbian.cpp +++ b/src/skel/symbian/symbian.cpp @@ -379,7 +379,7 @@ public: break; case GS_PLAYING_GAME: if (!IsForegroundApp()) break; - float ms = (float)CTimer::GetCurrentTimeInCycles() / (float)tickPeriod; //(float)CTimer::GetCyclesPerMillisecond(); + float ms = (float)CTimer::GetCurrentTimeInCycles() / (float)CTimer::GetCyclesPerMillisecond(); // if ( RwInitialised ) // { if (!CMenuManager::m_PrefsFrameLimiter || (1000.0f / (float)RsGlobal.maxFPS) < ms)