added fixes for compiler errors and warnings by sworddragon

This commit is contained in:
oy 2010-08-16 02:21:18 +02:00 committed by GreYFoXGTi
parent 3d23f959b4
commit 521a028f7c

View file

@ -227,6 +227,7 @@ void CChat::OnRender()
y -= Cursor.m_Y + Cursor.m_FontSize;
// cut off if msgs waste too much space
float HeightLimit = m_Show ? 0.0f : 200.0f;
if(y < HeightLimit)
break;