X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fboards.h;h=f2a8a2f7b195bffeff1b47049cd7b6e145b396bf;hb=2dc3ab0ac6dcf833826ddc000a73488a2c316752;hp=fde5fccee6cc927f7ac2c7fb324b784bdd391a2f;hpb=af4549443047a8b46809a541674d04745f7b5037;p=warehouse-man-deluxe diff --git a/src/boards.h b/src/boards.h index fde5fcc..f2a8a2f 100644 --- a/src/boards.h +++ b/src/boards.h @@ -9,8 +9,6 @@ struct Board { unsigned int width; // Width of the board unsigned int height; // Height of the board -// unsigned int x; // Initial X position of player -// unsigned int y; // Initial Y position of player unsigned char state[]; // Board data };