diff options
Diffstat (limited to 'sword2')
| -rw-r--r-- | sword2/icons.cpp | 2 |
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; |
