diff options
| author | Japa | 2011-03-05 17:07:51 +0000 |
|---|---|---|
| committer | Japa | 2011-03-05 17:07:51 +0000 |
| commit | fcb3c1858a749013fc56c0f31ae6e604cbab97e5 (patch) | |
| tree | 5a49219f72a3887ea7384524a87b036f580fded4 /commonTypes.h | |
| parent | 189820b91ca21ed7da4e8063be0c932bbfc92e8f (diff) | |
| download | stonesense-fcb3c1858a749013fc56c0f31ae6e604cbab97e5.tar.gz stonesense-fcb3c1858a749013fc56c0f31ae6e604cbab97e5.tar.bz2 stonesense-fcb3c1858a749013fc56c0f31ae6e604cbab97e5.tar.xz | |
Fixed some color stuff arising from allegro's shift to premultiplied alpha.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/commonTypes.h b/commonTypes.h index d4ad729..0ec25eb 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -140,10 +140,10 @@ typedef struct { int screenHeight;
bool Fullscreen;
bool show_intro;
- int fogr;
- int fogg;
- int fogb;
- int foga;
+ float fogr;
+ float fogg;
+ float fogb;
+ float foga;
int backr;
int backg;
int backb;
|
