diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,9 +132,9 @@ private: bool CheckAndUpdateSymbols(); /** Check if replay index bigger as one hour */ - bool IndexIsGreaterAsOneHour(int Index) const; + bool IndexIsGreaterAsOneHour(int Index,double framesPerSecond) const; /** Translate replay index to string with minute and second MM:SS */ - const char *IndexToMS(int Index) const; + const char *IndexToMS(int Index, double framesPerSecond) const; /** Compare Scroller with new Textbuffer*/ bool IsScrollerTextChanged(const std::vector<cScroller> & scroller, const std::vector <std::string> & lines) const; /** Returns true if Logo loaded and active*/ |