aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/interface.cpp')
-rw-r--r--saga/interface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp
index 1b6aabece7..429edf48ec 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -529,7 +529,7 @@ void Interface::removeFromInventory(int sprite) {
void Interface::drawInventory() {
if (_panelMode != kPanelMain)
return;
-
+/*
SURFACE *back_buf = _vm->_gfx->getBackBuffer();
// TODO: Inventory scrolling
@@ -560,7 +560,7 @@ void Interface::drawInventory() {
}
col = 0;
}
- }
+ }*/
}
int Interface::inventoryTest(const Point& imousePt, int *ibutton) {