From 4341a05be91b6826d2f48cf5e108afee7742e562 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 5 Mar 2001 15:08:50 +0000 Subject: [PATCH] --- source/player/player.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index 4386a218d..0053f57ec 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -88,6 +88,14 @@ POWER-UPS mm & bb ring timed */ + +// mode: +// enter +// think +// render +// states setState() +// metrics getMetrics() + /*---------------------------------------------------------------------- Function Prototypes ------------------- */ @@ -1278,7 +1286,7 @@ PLAYERINPUT CPlayer::readPadInput() crnt->m_length=1; } s_demoFrameCount++; - if(s_demoFrameCount==30*60) + if(s_demoFrameCount==MAX_DEMO_TIME_IN_FRAMES) { writeDemoControls(); ASSERT(!"DEMO ENDED");