summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-01-27 20:32:34 (GMT)
committer Simon <simon@hardwired.org.uk>2011-01-27 20:32:34 (GMT)
commite9ae32b0ccba9d19dd872da547db1ff23b34a431 (patch)
tree3746dfe9e06940d3ff6c649696cd3a689012ca7b /includes/defines.h
parentaedb16efb9601a6699201484064f13b61ba30b5c (diff)
parent58a700fbb00e8ad82f239a0ea80d0e92fcb9eaf9 (diff)
downloadpowder-e9ae32b0ccba9d19dd872da547db1ff23b34a431.zip
powder-e9ae32b0ccba9d19dd872da547db1ff23b34a431.tar.gz
Merge with jacksonmj, Warning: potential for lot of bugs
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 562ee0d..f22a3c8 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -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;