This commit is contained in:
Daveo 2001-08-01 14:02:08 +00:00
parent 1153b9867c
commit dadee6a61c

View file

@ -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
}
/*****************************************************************************/