diff options
-rw-r--r-- | saga/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp index 7b28260adb..08b54e37a1 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -614,7 +614,7 @@ void Interface::inventorySetPos(int key) { } void Interface::updateInventory(int pos) { - BYTE cols = _vm->getDisplayInfo().inventoryColumns; + int cols = _vm->getDisplayInfo().inventoryColumns; if (pos >= _inventoryCount) { pos = _inventoryCount - 1; } |