aboutsummaryrefslogtreecommitdiff
path: root/v4
diff options
context:
space:
mode:
authorJames Brown2002-04-20 04:09:02 +0000
committerJames Brown2002-04-20 04:09:02 +0000
commiteb773b477a669427ff84e422bbdb1c3d6b63e8ef (patch)
treefdcef5572f381d4760e150fe5558b6de703f5922 /v4
parented65e89a897f66eadc53ce27eb5fe6b39d16a0eb (diff)
downloadscummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.tar.gz
scummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.tar.bz2
scummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.zip
Remove \M's, add IRIX support.
svn-id: r4019
Diffstat (limited to 'v4')
-rw-r--r--v4/resource_v4.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/v4/resource_v4.cpp b/v4/resource_v4.cpp
index 2514641020..f2b897489e 100644
--- a/v4/resource_v4.cpp
+++ b/v4/resource_v4.cpp
@@ -26,9 +26,7 @@
void Scumm_v4::loadCharset(int no)
{
uint32 size;
-
-
-memset(_charsetData, 0, sizeof(_charsetData));
+ memset(_charsetData, 0, sizeof(_charsetData));
checkRange(4, 0, no, "Loading illegal charset %d");
openRoom(-1);