aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-01-18 20:11:52 +0000
committerPaweł Kołodziejski2004-01-18 20:11:52 +0000
commitce3e6d7fd850be428eb4ded4668920b57e61dc82 (patch)
tree964634630391ed3312ebb5373d7f5cceb71bdb7c /sword2
parent4ff60e231d238dcfa27f1a4a375f5ccdb000ad50 (diff)
downloadscummvm-rg350-ce3e6d7fd850be428eb4ded4668920b57e61dc82.tar.gz
scummvm-rg350-ce3e6d7fd850be428eb4ded4668920b57e61dc82.tar.bz2
scummvm-rg350-ce3e6d7fd850be428eb4ded4668920b57e61dc82.zip
fix warning
svn-id: r12498
Diffstat (limited to 'sword2')
-rw-r--r--sword2/icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/icons.cpp b/sword2/icons.cpp
index 1bcb316fe9..9d82d43c66 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -65,7 +65,7 @@ void Sword2Engine::buildMenu(void) {
bool icon_coloured;
uint8 *icon;
uint8 *head;
- uint32 res;
+ uint32 res = 0;
// reset temp list which will be totally rebuilt
_totalTemp = 0;