aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index e53908e240..7de4f2d40d 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -858,7 +858,6 @@ void ScummEngine_v5::o5_drawObject() {
}
void ScummEngine_v5::o5_getStringWidth() {
- // TODO - not sure if this is correct... needs testing
int string, width = 0;
byte *ptr;
@@ -874,7 +873,6 @@ void ScummEngine_v5::o5_getStringWidth() {
}
void ScummEngine_v5::o5_saveLoadVars() {
- // TODO
if (fetchScriptByte() == 1)
saveVars();
else