From 2ea2b51ed54e006dea55d7b55ebab1b6ce1ad052 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 22 Apr 2005 15:26:50 +0000 Subject: Changed "BYTE" to "int". svn-id: r17749 --- saga/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3