aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-07-18 22:29:22 +0000
committerMax Horn2004-07-18 22:29:22 +0000
commitfb88830bd6bffef66d8e96ac2e77be5dbed2252e (patch)
tree30efb4088bc27870a7b5f29cdf92b21580380705 /scumm
parentadc9313f89c7130ea9ad310219d280d1ee5382f7 (diff)
downloadscummvm-rg350-fb88830bd6bffef66d8e96ac2e77be5dbed2252e.tar.gz
scummvm-rg350-fb88830bd6bffef66d8e96ac2e77be5dbed2252e.tar.bz2
scummvm-rg350-fb88830bd6bffef66d8e96ac2e77be5dbed2252e.zip
Too many newlines
svn-id: r14267
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6.cpp1
-rw-r--r--scumm/smush/smush_font.cpp25
-rw-r--r--scumm/string.cpp1
3 files changed, 0 insertions, 27 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index a1f6c2909c..abe6f6da95 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -3202,4 +3202,3 @@ void ScummEngine_v6::decodeParseString(int m, int n) {
}
} // End of namespace Scumm
-
diff --git a/scumm/smush/smush_font.cpp b/scumm/smush/smush_font.cpp
index 808e4da453..533129904e 100644
--- a/scumm/smush/smush_font.cpp
+++ b/scumm/smush/smush_font.cpp
@@ -252,28 +252,3 @@ void SmushFont::drawStringWrap(const char *str, byte *buffer, int dst_width, int
}
} // End of namespace Scumm
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 13bcc43010..a3601ea3cf 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -316,7 +316,6 @@ void ScummEngine::CHARSET_1() {
warning("_hasMask mismatch (case A %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
}
-
void ScummEngine::drawString(int a, const byte *msg) {
byte buf[256];
byte *space;