diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-11-14 11:11:25 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-11-14 11:11:25 (GMT) |
| commit | cef8dfa517c8a3d67fbd4cfddc7cd48958442575 (patch) | |
| tree | 2b9ca54356c00966b67d9aca8d61b676db4360aa /includes | |
| parent | c63dff45e4e59ac14c0a087388b89e0d08fa5a62 (diff) | |
| download | powder-cef8dfa517c8a3d67fbd4cfddc7cd48958442575.zip powder-cef8dfa517c8a3d67fbd4cfddc7cd48958442575.tar.gz | |
Colour mode and display mode added to render_ui
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powdergraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powdergraphics.h b/includes/powdergraphics.h index 34b99b7..818fd57 100644 --- a/includes/powdergraphics.h +++ b/includes/powdergraphics.h @@ -45,6 +45,6 @@ #define DISPLAY_AIR 0x0000000F #define DISPLAY_WARP 0x00000010 #define DISPLAY_PERS 0x00000020 -#define DISPLAY_EFFE 0x00000020 +#define DISPLAY_EFFE 0x00000040 #endif |
