- warning removal

SVN r3043 (trunk)
This commit is contained in:
Christoph Oelckers 2010-12-15 18:57:39 +00:00
commit 419a998bdf
3 changed files with 15 additions and 1 deletions

View file

@ -1384,6 +1384,16 @@ int DFrameBuffer::GetMaxViewPitch(bool down)
return down? MAX_DN_ANGLE*ANGLE_1 : -MAX_UP_ANGLE*ANGLE_1;
}
//==========================================================================
//
// DFrameBuffer :: GameRestart
//
//==========================================================================
void DFrameBuffer::GameRestart()
{
}
//===========================================================================
//
//