TODO comment

svn-id: r5305
This commit is contained in:
Max Horn
2002-10-24 21:39:45 +00:00
parent a10702799b
commit 52f544fbae
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -170,6 +170,8 @@ void Scumm::unkMessage2()
if (_string[3].color == 0)
_string[3].color = 4;
// TODO - it appears the this function should display the given message graphically
// to the user in a "dialog" looking like the pause dialog, i.e. a single line.
warning("unkMessage2(\"%s\")", buf);
_messagePtr = tmp;
}
@@ -717,7 +719,7 @@ byte *Scumm::addMessageToStack(byte *msg)
return NULL;
}
while ((ptr[num++] = chr = *msg++) != 0) {
while ((ptr[num++] = chr = *msg++) != 0) {
if (num >= 500)
error("Message stack overflow");