mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +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;
|
y -= Cursor.m_Y + Cursor.m_FontSize;
|
||||||
|
|
||||||
// cut off if msgs waste too much space
|
// cut off if msgs waste too much space
|
||||||
|
float HeightLimit = m_Show ? 0.0f : 200.0f;
|
||||||
if(y < HeightLimit)
|
if(y < HeightLimit)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue