aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/fileset.cpp
diff options
context:
space:
mode:
authoryinsimei2017-06-05 19:58:32 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commitbee42dc52fb7fa2d73f95cf088fc26ced732a17c (patch)
treef414e55652ba611caf72a137380beacd9ce51788 /engines/sludge/fileset.cpp
parent7430ebe8830f58ae8fd1c123bfd7b08031a0f8b1 (diff)
downloadscummvm-rg350-bee42dc52fb7fa2d73f95cf088fc26ced732a17c.tar.gz
scummvm-rg350-bee42dc52fb7fa2d73f95cf088fc26ced732a17c.tar.bz2
scummvm-rg350-bee42dc52fb7fa2d73f95cf088fc26ced732a17c.zip
SLUDGE: remove platform dependent defines
Diffstat (limited to 'engines/sludge/fileset.cpp')
-rw-r--r--engines/sludge/fileset.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/sludge/fileset.cpp b/engines/sludge/fileset.cpp
index 2c4216d4de..0a68f7a5b2 100644
--- a/engines/sludge/fileset.cpp
+++ b/engines/sludge/fileset.cpp
@@ -19,13 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-#if 0
-#include <errno.h>
-#include <stdint.h>
-#include <string.h>
-// For unicode conversion
-#include <iconv.h>
-#endif
#include "common/file.h"
#include "common/debug.h"
@@ -44,7 +37,7 @@ bool sliceBusy = true;
Common::File *bigDataFile = NULL;
-uint32_t startOfDataIndex, startOfTextIndex, startOfSubIndex, startOfObjectIndex;
+uint32 startOfDataIndex, startOfTextIndex, startOfSubIndex, startOfObjectIndex;
bool openSubSlice(int num) {
// FILE * dbug = fopen ("debuggy.txt", "at");