From 3d3572f845c1d61acd960caf0c28562b9c8681e5 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 17 Nov 2010 18:36:19 +0100 Subject: fixed some compiler warnings --- src/engine/client/text.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/client') diff --git a/src/engine/client/text.cpp b/src/engine/client/text.cpp index ddc9429f..e4707a69 100644 --- a/src/engine/client/text.cpp +++ b/src/engine/client/text.cpp @@ -540,8 +540,8 @@ public: int ActualSize; int i; int GotNewLine = 0; - float DrawX, DrawY; - int LineCount; + float DrawX = 0.0f, DrawY = 0.0f; + int LineCount = 0; float CursorX, CursorY; const char *pEnd; -- cgit 1.4.1