diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-06-22 15:24:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-25 14:52:11 (GMT) |
| commit | 04b3eb11fd32daaf094df676d2037ed613c172a0 (patch) | |
| tree | 6027e8fbf913ba1a3c213dcaaf01c5c76995f631 /src/graphics.c | |
| parent | 9b83bf27a8933f6dd33110cfb733935309e23afa (diff) | |
| download | powder-04b3eb11fd32daaf094df676d2037ed613c172a0.zip powder-04b3eb11fd32daaf094df676d2037ed613c172a0.tar.gz | |
Fixes for high life stickman
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.c b/src/graphics.c index 036a743..fd6213f 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1698,7 +1698,7 @@ void draw_parts(pixel *vid) { if (t==PT_STKM) //Just draw head here { - char buff[10]; //Buffer for HP + char buff[20]; //Buffer for HP pixel pc; if (mousex>(nx-3) && mousex<(nx+3) && mousey<(ny+3) && mousey>(ny-3)) //If mous is in the head @@ -1726,7 +1726,7 @@ void draw_parts(pixel *vid) } else if (t==PT_STKM2) //Just draw head here { - char buff[10]; //Buffer for HP + char buff[20]; //Buffer for HP pixel pc; if (mousex>(nx-3) && mousex<(nx+3) && mousey<(ny+3) && mousey>(ny-3)) //If mous is in the head |
