From e4fe7457c8acdb479e91a79cf832c48d10898be5 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 13 Oct 2010 12:47:42 +0200 Subject: fixed problems with the mouse movement. Closes #214 --- src/game/client/components/emoticon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/emoticon.cpp') diff --git a/src/game/client/components/emoticon.cpp b/src/game/client/components/emoticon.cpp index 9139c2c1..de822b4f 100644 --- a/src/game/client/components/emoticon.cpp +++ b/src/game/client/components/emoticon.cpp @@ -102,7 +102,7 @@ void CEmoticon::OnRender() m_WasActive = true; - int x, y; + float x, y; Input()->MouseRelative(&x, &y); m_SelectorMouse.x += x; -- cgit 1.4.1