aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-09 19:30:25 +0000
committerMax Horn2003-09-09 19:30:25 +0000
commitd875bb69fe436fe071e9ad5363a203e99e793ed0 (patch)
tree84398dca9b91f7191f589520d2ca6b5f11a10ab8 /scumm/string.cpp
parent70df5b782c07f424920275fcb4defd7b1ee47c49 (diff)
downloadscummvm-rg350-d875bb69fe436fe071e9ad5363a203e99e793ed0.tar.gz
scummvm-rg350-d875bb69fe436fe071e9ad5363a203e99e793ed0.tar.bz2
scummvm-rg350-d875bb69fe436fe071e9ad5363a203e99e793ed0.zip
fix for bug #782086 (COMI: a long walk)
svn-id: r10143
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 446978dfe6..c7b49e6d9e 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -690,8 +690,6 @@ void Scumm::enqueueText(const byte *text, int x, int y, byte color, byte charset
}
void Scumm::drawBlastTexts() {
- // FIXME
-
byte *buf;
int c;
int i;