aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-13 00:51:15 +0200
committerEugene Sandulenko2019-09-03 17:17:18 +0200
commit24468bf630dbefb17d72211e5a8cbc67730dcd24 (patch)
treefb41e53345fd299bdf17810699ae82aec2904c0b /engines/hdb/gfx.h
parent812a8c7c9dd7cf7d330580594c3c256224fcd429 (diff)
downloadscummvm-rg350-24468bf630dbefb17d72211e5a8cbc67730dcd24.tar.gz
scummvm-rg350-24468bf630dbefb17d72211e5a8cbc67730dcd24.tar.bz2
scummvm-rg350-24468bf630dbefb17d72211e5a8cbc67730dcd24.zip
HDB: Fix warnings
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 28ebcbafec..371174b113 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -195,8 +195,6 @@ private:
int xvindex[MAX_SNOW];
} _snowInfo;
- int _snowXVList[13] = {0, -1, -1, -2, -2, -1, 0, 0, 0, -1, -2, -1, 0};
-
struct {
int x, y, speed;
uint16 color;