|
Lines 1-11
Link Here
|
| 1 |
--- ./client/main-sdl.c.orig 2014-08-05 15:15:31.836673216 +0200 |
|
|
| 2 |
+++ ./client/main-sdl.c 2014-08-05 15:15:31.996665462 +0200 |
| 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 |
{ |