aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise')
-rw-r--r--engines/cruise/cruise_main.cpp2
-rw-r--r--engines/cruise/dataLoader.cpp2
-rw-r--r--engines/cruise/overlay.cpp2
-rw-r--r--engines/cruise/script.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp
index a0fab6829a..891e4bc4e7 100644
--- a/engines/cruise/cruise_main.cpp
+++ b/engines/cruise/cruise_main.cpp
@@ -290,7 +290,7 @@ int loadFileSub1(uint8 **ptr, const char *name, uint8 *ptr2) {
for (i = 0; i < 64; i++) {
if (preloadData[i].ptr) {
if (!strcmp(preloadData[i].name, name)) {
- error("Unsupported code in loadFIleSub1 !");
+ error("Unsupported code in loadFIleSub1");
}
}
}
diff --git a/engines/cruise/dataLoader.cpp b/engines/cruise/dataLoader.cpp
index df0a39d2fa..07602f2fcd 100644
--- a/engines/cruise/dataLoader.cpp
+++ b/engines/cruise/dataLoader.cpp
@@ -171,7 +171,7 @@ int createResFileEntry(int width, int height, int size, int resType) {
int entryNumber;
int div = 0;
- error("Executing untested createResFileEntry!");
+ error("Executing untested createResFileEntry");
for (i = 0; i < NUM_FILE_ENTRIES; i++) {
if (!filesDatabase[i].subData.ptr)
diff --git a/engines/cruise/overlay.cpp b/engines/cruise/overlay.cpp
index bac3ce15b8..1f7d7302ba 100644
--- a/engines/cruise/overlay.cpp
+++ b/engines/cruise/overlay.cpp
@@ -100,7 +100,7 @@ int loadOverlay(const char *scriptName) {
fileIdx = findFileInDisks(fileName);
if (fileIdx < 0) {
- warning("Unable to load overlay %s !", scriptName);
+ warning("Unable to load overlay %s", scriptName);
//releaseScript(scriptName);
return (-18);
}
diff --git a/engines/cruise/script.cpp b/engines/cruise/script.cpp
index f676cd8849..29654e15e2 100644
--- a/engines/cruise/script.cpp
+++ b/engines/cruise/script.cpp
@@ -101,7 +101,7 @@ int32 opcodeType0(void) {
pushVar(*address);
return (0);
} else {
- error("Unsupported code in opcodeType0 case 1!");
+ error("Unsupported code in opcodeType0 case 1");
}
return (0);
@@ -194,7 +194,7 @@ int32 opcodeType1(void) {
return (0);
}
default:
- error("Unsupported code in opcodeType1 case 1!");
+ error("Unsupported code in opcodeType1 case 1");
}
break;