aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 186ce7edc2..c71108aca1 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -940,7 +940,7 @@ void Scumm::unkRoomFunc3(int unk1, int unk2, int rfact, int gfact, int bfact)
void Scumm::palManipulate(int start, int end, int color, int time, int e)
{
- // TODO - correctly implement this function (see also bug #588501)
+ // TODO - correctly implement this function (see also bug #558245)
//
// The only place I know of where this function is being called is in the
// FOA extro, to change the color to match the sinking sun. The following