aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/resource.cpp')
-rw-r--r--engines/scumm/resource.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp
index d96ecc58f6..4042ade9b4 100644
--- a/engines/scumm/resource.cpp
+++ b/engines/scumm/resource.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "common/str.h"
#include "scumm/charset.h"
@@ -101,7 +101,7 @@ void ScummEngine::openRoom(const int room) {
_fileOffset = _res->roomoffs[rtRoom][room];
return;
}
-
+
Common::String filename(generateFilename(room));
// Determine the encryption, if any.
@@ -327,7 +327,7 @@ void ScummEngine::readIndexFile() {
bool checkTryMedia(BaseScummFile *handle) {
byte buf[TRYMEDIA_MARK_LEN];
bool matched = true;
- const byte magic[2][TRYMEDIA_MARK_LEN] =
+ const byte magic[2][TRYMEDIA_MARK_LEN] =
{{ 0x00, 'T', 'M', 'S', 'A', 'M' },
{ 'i', '=', '$', ':', '(', '$' }}; // Same but 0x69 xored