Removed some obsolete TODO comments
svn-id: r14669
This commit is contained in:
parent
61ad833dbd
commit
d35ef7c7f1
7 changed files with 30 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue