aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2010-01-04 23:32:41 +0000
committerMatthew Hoops2010-01-04 23:32:41 +0000
commitc26ac879c6ae1c41f8be48fea0337448f1bf4e46 (patch)
treeab3004a193407c91603c58df10aadfd7b99efba7 /engines
parent6c001b7ffd93a151a7309e4a23bb3d7e6c54829a (diff)
downloadscummvm-rg350-c26ac879c6ae1c41f8be48fea0337448f1bf4e46.tar.gz
scummvm-rg350-c26ac879c6ae1c41f8be48fea0337448f1bf4e46.tar.bz2
scummvm-rg350-c26ac879c6ae1c41f8be48fea0337448f1bf4e46.zip
Silence gcc warnings.
svn-id: r46999
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/gui/gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/gui/gui.cpp b/engines/sci/gui/gui.cpp
index b8c9204bc1..d522538da9 100644
--- a/engines/sci/gui/gui.cpp
+++ b/engines/sci/gui/gui.cpp
@@ -898,8 +898,8 @@ void SciGui::frameOut() {
uint16 celNo = GET_SEL32V(_s->_segMan, viewObj, cel);
uint16 leftPos = GET_SEL32V(_s->_segMan, viewObj, x);
uint16 topPos = GET_SEL32V(_s->_segMan, viewObj, y);
- int16 priority = GET_SEL32V(_s->_segMan, viewObj, priority);
- int16 signal = GET_SEL32V(_s->_segMan, viewObj, signal);
+ priority = GET_SEL32V(_s->_segMan, viewObj, priority);
+ //int16 signal = GET_SEL32V(_s->_segMan, viewObj, signal);
// Theoretically, leftPos and topPos should be sane
// Apparently, sometimes they're not, therefore I'm adding some sanity checks here so that