aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4_views.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-05-31 12:38:15 +0000
committerWillem Jan Palenstijn2010-05-31 12:38:15 +0000
commit2bebba8c947ed6862a915d074804fc819ffd1472 (patch)
tree1cd755693633204d20936148230661d3bed6c5ef /engines/m4/m4_views.cpp
parentba11596572c32c3282f03c643dc23f6050210a08 (diff)
downloadscummvm-rg350-2bebba8c947ed6862a915d074804fc819ffd1472.tar.gz
scummvm-rg350-2bebba8c947ed6862a915d074804fc819ffd1472.tar.bz2
scummvm-rg350-2bebba8c947ed6862a915d074804fc819ffd1472.zip
Fix warning, whitespace
svn-id: r49352
Diffstat (limited to 'engines/m4/m4_views.cpp')
-rw-r--r--engines/m4/m4_views.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/m4_views.cpp b/engines/m4/m4_views.cpp
index 3d633cef0d..f4345787df 100644
--- a/engines/m4/m4_views.cpp
+++ b/engines/m4/m4_views.cpp
@@ -34,7 +34,7 @@ namespace M4 {
GUIInventory::GUIInventory(View *owner, MadsM4Engine *vm, const Common::Rect &bounds, int horizCells,
int vertCells, int cellWidth, int cellHeight, int tag): GUIRect(owner, bounds, tag) {
- _vm = vm;
+ _vm = vm;
_cellCount.x = horizCells;
_cellCount.y = vertCells;
_cellSize.x = cellWidth;