diff options
author | Adrian Frühwirth | 2018-05-10 20:18:25 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-05-10 20:18:25 +0200 |
commit | 5cc607f32912327e877756bff2ee147f09771caf (patch) | |
tree | d0832ac6d0c721808430d8592b7c9ac005bed915 | |
parent | f16996190765800ce5ed414fbfd8894b42924536 (diff) | |
download | scummvm-rg350-5cc607f32912327e877756bff2ee147f09771caf.tar.gz scummvm-rg350-5cc607f32912327e877756bff2ee147f09771caf.tar.bz2 scummvm-rg350-5cc607f32912327e877756bff2ee147f09771caf.zip |
TOUCHE: Add TODO
-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, |