diff options
author | Max Horn | 2002-08-20 22:21:40 +0000 |
---|---|---|
committer | Max Horn | 2002-08-20 22:21:40 +0000 |
commit | 66398f68676aca1dc4acd40cbd56537ca19e3da3 (patch) | |
tree | 9bda66639942e184f809ef54d3892309368c26d7 | |
parent | 47263446a31dc94fe39551acd8167353468a6c7c (diff) | |
download | scummvm-rg350-66398f68676aca1dc4acd40cbd56537ca19e3da3.tar.gz scummvm-rg350-66398f68676aca1dc4acd40cbd56537ca19e3da3.tar.bz2 scummvm-rg350-66398f68676aca1dc4acd40cbd56537ca19e3da3.zip |
wrong bug tracker id
svn-id: r4782
-rw-r--r-- | scummvm.cpp | 2 |
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 |