aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-07-07 06:45:33 +0000
committerTorbjörn Andersson2003-07-07 06:45:33 +0000
commitc3150fea58a45d2e46c8be21f142e833cfaa51e1 (patch)
tree74d8952331c15b753198f3108f95cbf624315053 /sky
parent0fefe4602c29b71449d568a7478f8572ae7eb69c (diff)
downloadscummvm-rg350-c3150fea58a45d2e46c8be21f142e833cfaa51e1.tar.gz
scummvm-rg350-c3150fea58a45d2e46c8be21f142e833cfaa51e1.tar.bz2
scummvm-rg350-c3150fea58a45d2e46c8be21f142e833cfaa51e1.zip
This seems to fix the inventory sprite for the glass, and is more
consistent with the rest of the loadFixedItems() function. svn-id: r8832
Diffstat (limited to 'sky')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 90927ebcd1..988eef268a 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -250,7 +250,7 @@ void SkyState::loadBase0(void) {
void SkyState::loadFixedItems(void) {
if (!isDemo())
- _itemList[36] = (void **)_skyDisk->loadFile(26, NULL);
+ _itemList[36] = (void **)_skyDisk->loadFile(36, NULL);
_itemList[49] = (void **)_skyDisk->loadFile(49, NULL);
_itemList[50] = (void **)_skyDisk->loadFile(50, NULL);