diff options
author | whiterandrek | 2018-06-13 08:55:41 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 14cc810cef4c3ae46ffb62768c1cb79295a34720 (patch) | |
tree | 55fc78fa835bfbb1b0b3e86ff9fb4bef66bd81a7 | |
parent | 60d423cabb407c9859f68e34cdc4c5056a414ccd (diff) | |
download | scummvm-rg350-14cc810cef4c3ae46ffb62768c1cb79295a34720.tar.gz scummvm-rg350-14cc810cef4c3ae46ffb62768c1cb79295a34720.tar.bz2 scummvm-rg350-14cc810cef4c3ae46ffb62768c1cb79295a34720.zip |
PINK: update engine description
-rw-r--r-- | engines/pink/pink.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/pink/pink.h b/engines/pink/pink.h index cd05152127..141f010f2c 100644 --- a/engines/pink/pink.h +++ b/engines/pink/pink.h @@ -57,11 +57,8 @@ * sequences by timer are broken (HandlerTimerSequences) * * Known bugs: - * High CPU usage(no dirty rects) * Walking sprites don't recalculate position - * Walking can't be skipped - * PDA doesn't work - * + * PDA is not usable */ namespace Pink { |