From 7430ebe8830f58ae8fd1c123bfd7b08031a0f8b1 Mon Sep 17 00:00:00 2001 From: yinsimei Date: Mon, 5 Jun 2017 19:35:03 +0200 Subject: SLUDGE: use scummvm int type instead of uint16/32_t --- engines/sludge/variable.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/sludge/variable.cpp') diff --git a/engines/sludge/variable.cpp b/engines/sludge/variable.cpp index 00df66c6d8..949060c786 100644 --- a/engines/sludge/variable.cpp +++ b/engines/sludge/variable.cpp @@ -20,8 +20,6 @@ * */ -#include - #include "common/debug.h" #include "sludge/debug.h" @@ -164,7 +162,7 @@ bool getSavedGamesStack(stackHandler *sH, char *ext) { variable newName; newName.varType = SVT_NULL; - +#if 0 #ifdef _WIN32 WCHAR *w_pattern = ConvertToUTF16(pattern); @@ -215,7 +213,7 @@ bool getSavedGamesStack(stackHandler *sH, char *ext) { closedir(dir); #endif - +#endif delete[] pattern; pattern = NULL; return true; -- cgit v1.2.3