From 5c723f5d2fbbf70ad69874a6ca085726151ec0ae Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 12 Mar 2011 18:34:16 +0100 Subject: added info about the actual recorded demo length in the notification box --- src/engine/shared/demo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/shared/demo.h') diff --git a/src/engine/shared/demo.h b/src/engine/shared/demo.h index 62e2bfd1..ad7566c7 100644 --- a/src/engine/shared/demo.h +++ b/src/engine/shared/demo.h @@ -39,7 +39,7 @@ public: bool IsRecording() const { return m_File != 0; } - int TickCount() const { return m_LastTickMarker - m_FirstTick; } + int Length() const { return m_LastTickMarker - m_FirstTick; } }; class CDemoPlayer : public IDemoPlayer -- cgit 1.4.1