diff options
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index 39f9595..b403fe3 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -2237,7 +2237,7 @@ void render_signs(pixel *vid_buf) x+=dx; y+=dy; } - if(signs[i].m==1) + if(MSIGN==i) { bq = b; b = SDL_GetMouseState(&mx, &my); |
