View | Details | Raw Unified | Return to bug 182037
Collapse All | Expand All

(-)files/patch-client_main-sdl.c (+11 lines)
Line 0 Link Here
1
--- client/main-sdl.c	2009-04-27 14:52:36.000000000 +0000
2
+++ client/main-sdl.c	2013-09-11 16:46:48.000000000 +0000
3
@@ -1031,7 +1031,7 @@
4
 	//if (td->cx != -1 && td->cy != -1) { 
5
 	//		RedrawChar(td->cx, td->cy); 
6
 	//	}
7
-	if (td->cx == x && td->cy == y) return;
8
+	if (td->cx == x && td->cy == y) return (0);
9
 	//if (x == -1 && y == -1) return;
10
 	if (td->cursor_on) 
11
 	{

Return to bug 182037