diff options
author | Nipun Garg | 2019-06-09 00:26:52 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:46 +0200 |
commit | 6fa032a2e1b63dac434d48970c2fdb5343aa21b4 (patch) | |
tree | 48173d986d250629985b1491655ce75d56294570 | |
parent | 57550c1997cb0dbcfbe62504579c641ca4f0b177 (diff) | |
download | scummvm-rg350-6fa032a2e1b63dac434d48970c2fdb5343aa21b4.tar.gz scummvm-rg350-6fa032a2e1b63dac434d48970c2fdb5343aa21b4.tar.bz2 scummvm-rg350-6fa032a2e1b63dac434d48970c2fdb5343aa21b4.zip |
HDB: Fix the _tileSkyClouds filename
-rw-r--r-- | engines/hdb/draw-manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/draw-manager.cpp b/engines/hdb/draw-manager.cpp index df04f095d8..38eaafcc4d 100644 --- a/engines/hdb/draw-manager.cpp +++ b/engines/hdb/draw-manager.cpp @@ -70,7 +70,7 @@ bool DrawMan::init() { _currentSky = 0; _tileSkyStars = getTileIndex("t32_sky_stars"); _tileSkyStarsLeft = getTileIndex("t32_sky_stars_left_slow"); - _tileSkyClouds = getTileIndex("t32_sky_stars_stationary"); // Not completely sure about this filename. + _tileSkyClouds = getTileIndex("t32_sky_clouds"); // Not completely sure about this filename. _skyClouds = NULL; /* |