From dadee6a61c13f710f829325f7c81db85eb795fb9 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 1 Aug 2001 14:02:08 +0000 Subject: [PATCH] --- source/game/game.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/game/game.cpp b/source/game/game.cpp index 94ec7faf4..09f8bd6ed 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -483,6 +483,7 @@ void CGameScene::think(int _frames) #ifdef __VERSION_DEBUG__ +#if defined (__USER_paul__) || defined (__USER_daveo__) || defined (__USER_charles__) char buf[20]; sprintf(buf,"Frames: %d",_frames); m_scalableFont->setTrans(0); @@ -491,6 +492,8 @@ void CGameScene::think(int _frames) m_scalableFont->setScale(300); m_scalableFont->print(40,200,buf); #endif +#endif + } /*****************************************************************************/