mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
added fixes for compiler errors and warnings by sworddragon
This commit is contained in:
parent
3d23f959b4
commit
521a028f7c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue