summaryrefslogtreecommitdiff
path: root/includes/graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-28 22:48:57 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-28 22:48:57 (GMT)
commite46f26684bfbe82734ad4716e45ebb1a94075a69 (patch)
tree29c0f6f38916ff94f026ac7c18dbd54d67fcbd24 /includes/graphics.h
parent7413654b9f1d6c0cde622d1b3129378a8e6c30d2 (diff)
downloadpowder-e46f26684bfbe82734ad4716e45ebb1a94075a69.zip
powder-e46f26684bfbe82734ad4716e45ebb1a94075a69.tar.gz
Fix Life and heat display, implement alpha, blend and add, fix FILT, INVS and BRAY + others
Diffstat (limited to 'includes/graphics.h')
-rw-r--r--includes/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index 57d2358..de61e47 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -75,7 +75,7 @@ struct gcache_item
{
int isready;
int pixel_mode;
- int colr, colg, colb;
+ int cola, colr, colg, colb;
int firea, firer, fireg, fireb;
};
typedef struct gcache_item gcache_item;