diff options
Diffstat (limited to 'includes/graphics.h')
| -rw-r--r-- | includes/graphics.h | 2 |
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; |
