aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/string.cpp')
-rw-r--r--engines/agos/string.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp
index 6714659449..dbfa36279b 100644
--- a/engines/agos/string.cpp
+++ b/engines/agos/string.cpp
@@ -217,7 +217,7 @@ static const byte charWidth[226] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 7
+ 0, 0, 0, 0, 0, 7
};
const char *getPixelLength(const char *string, uint16 maxWidth, uint16 &pixels) {
@@ -410,8 +410,8 @@ void AGOSEngine_Feeble::printScreenText(uint vgaSpriteId, uint color, const char
if (spaces != 0)
spaces--;
while (spaces) {
- *convertedString2++ = ' ';
- spaces--;
+ *convertedString2++ = ' ';
+ spaces--;
}
strcpy(convertedString2, string);
break;
@@ -425,8 +425,8 @@ void AGOSEngine_Feeble::printScreenText(uint vgaSpriteId, uint color, const char
if (spaces != 0)
spaces--;
while (spaces) {
- *convertedString2++ = ' ';
- spaces--;
+ *convertedString2++ = ' ';
+ spaces--;
}
b = string2 - string;
strncpy(convertedString2, string, b);
@@ -574,7 +574,7 @@ uint16 AGOSEngine_Waxworks::getBoxSize() {
case 3: if (_lineCounts[0] <= 37) {
if (_lineCounts[1] <= 37) {
if (_lineCounts[2] <= 37)
- return 3;
+ return 3;
if (_lineCounts[2] <= 84)
if (checkFit(_linePtrs[2], 42, 2))
return 4;
@@ -590,7 +590,7 @@ uint16 AGOSEngine_Waxworks::getBoxSize() {
if (checkFit(_linePtrs[2], 48, 2))
return 5;
return 6;
- }
+ }
if ((_lineCounts[1] <= 144) && (checkFit(_linePtrs[1], 48, 3))) {
if (_lineCounts[2] <= 48)
return 5;