diff options
-rw-r--r-- | engines/touche/touche.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h index c76532b302..be636738a8 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -330,6 +330,7 @@ enum { kScreenHeight = 400, kRoomHeight = 352, kStartupEpisode = 90, + // TODO: If the following truncation is intentional (it probably is) it should be clearly marked as such kCycleDelay = 1000 / (1193180 / 32768), kIconWidth = 58, kIconHeight = 42, |