update to latest

This commit is contained in:
Cracker64
2011-01-28 18:54:50 -05:00
parent 60d3f0047b
commit bcea95c5ca
80 changed files with 22311 additions and 15850 deletions

View File

@@ -112,16 +112,16 @@ extern int death;
struct sign
{
int x,y,ju;
char text[256];
int x,y,ju;
char text[256];
};
typedef struct sign sign;
struct stamp
{
char name[11];
pixel *thumb;
int thumb_w, thumb_h, dodelete;
char name[11];
pixel *thumb;
int thumb_w, thumb_h, dodelete;
};
typedef struct stamp stamp;