diff options
author | Travis Howell | 2005-04-09 07:25:41 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-09 07:25:41 +0000 |
commit | 4f085516437369eccf22c96d84362f4d39c1448b (patch) | |
tree | 2c6c6495bb796d00b3505f16540587e10cac9e87 /TODO | |
parent | 73d1d63f1502a94eb27fc3186b8e012e342de87d (diff) | |
download | scummvm-rg350-4f085516437369eccf22c96d84362f4d39c1448b.tar.gz scummvm-rg350-4f085516437369eccf22c96d84362f4d39c1448b.tar.bz2 scummvm-rg350-4f085516437369eccf22c96d84362f4d39c1448b.zip |
Add comment to TODO
Check that string pointer exists, before reading data.
Don't attempt to play speech in soccer2004, since it uses compression.
svn-id: r17470
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -272,7 +272,8 @@ SCUMM - Add support for IMA ADPCM compression for speech files (For soccer2004) - Add support for U32 code, triggered by case 2001 of kernelGet/Set (For footdemo/soccer2004) The U32 code seems to control the players movements on field. - - Fix actor parts disappearing in pajama2/racedemo (Related to XMAP support?) + - Fix actor parts disappearing in pajama2/racedemo + The decflag in akos_drawLimb() isn't been set correctly - Fix cursor transparency in puzzle of pajama2 (Related to floodState support?) - Fix sprites not always redrawing (Kirben) - Fix inventory background/items disappearing in puttzoo/zoodemo/putttime/timedemo |