From d91cca728d560baaed9ec0209db2b87983750049 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Sun, 12 Mar 2017 16:47:37 +0100 Subject: [PATCH] Partially revert warning-fixing, it caused warnings on other systems --- src/engine/client/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/client/text.cpp b/src/engine/client/text.cpp index 9c36da38d..39ed53600 100644 --- a/src/engine/client/text.cpp +++ b/src/engine/client/text.cpp @@ -299,7 +299,7 @@ class CTextRender : public IEngineTextRender int SlotSize = SlotW*SlotH; int x = 1; int y = 1; - int px, py; + unsigned int px, py; FT_Set_Pixel_Sizes(pFont->m_FtFace, 0, pSizeData->m_FontSize);