aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-16 12:20:22 +0000
committerLudvig Strigeus2001-10-16 12:20:22 +0000
commiteebe5f2f73ddede3051c06f5f47294559784363a (patch)
treea3dd785fc2c22c62724cbde75c81eec47d44c8a1 /resource.cpp
parent794163c1a334e9f99f7cdd70ab2c70fd7bd04737 (diff)
downloadscummvm-rg350-eebe5f2f73ddede3051c06f5f47294559784363a.tar.gz
scummvm-rg350-eebe5f2f73ddede3051c06f5f47294559784363a.tar.bz2
scummvm-rg350-eebe5f2f73ddede3051c06f5f47294559784363a.zip
made files compile on unix
svn-id: r3434
Diffstat (limited to 'resource.cpp')
-rw-r--r--resource.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/resource.cpp b/resource.cpp
index bff925159a..f0efc07ee7 100644
--- a/resource.cpp
+++ b/resource.cpp
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.4 2001/10/16 12:20:20 strigeus
+ * made files compile on unix
+ *
* Revision 1.3 2001/10/16 10:01:47 strigeus
* preliminary DOTT support
*
@@ -266,7 +269,7 @@ void Scumm::readIndexFile(int mode) {
void Scumm::readIndexFile() {
uint32 blocktype,itemsize;
int numblock = 0;
- int num;
+ int num, i;
debug(9, "readIndexFile()");