aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2009-10-03 21:16:11 +0000
committerMartin Kiewitz2009-10-03 21:16:11 +0000
commit4cb0359670758b3cddcdc9d65f7832752ca05f98 (patch)
tree034d99a8c831f8ec7e8cb1e74d0e43a94f9ba7bc
parent742d70204e6e4eb02ac673c3d80ab37a637d046b (diff)
downloadscummvm-rg350-4cb0359670758b3cddcdc9d65f7832752ca05f98.tar.gz
scummvm-rg350-4cb0359670758b3cddcdc9d65f7832752ca05f98.tar.bz2
scummvm-rg350-4cb0359670758b3cddcdc9d65f7832752ca05f98.zip
SCI/newgui: cellCount changed to uint16
svn-id: r44569
-rw-r--r--engines/sci/gui/gui_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_view.h b/engines/sci/gui/gui_view.h
index 62ac4a7442..bdecd59124 100644
--- a/engines/sci/gui/gui_view.h
+++ b/engines/sci/gui/gui_view.h
@@ -37,7 +37,7 @@ struct sciViewCellInfo {
struct sciViewLoopInfo {
bool mirrorFlag;
- int16 cellCount;
+ uint16 cellCount;
sciViewCellInfo *cell;
};