aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-05-10 20:18:25 +0200
committerAdrian Frühwirth2018-05-10 20:18:25 +0200
commit5cc607f32912327e877756bff2ee147f09771caf (patch)
treed0832ac6d0c721808430d8592b7c9ac005bed915 /engines
parentf16996190765800ce5ed414fbfd8894b42924536 (diff)
downloadscummvm-rg350-5cc607f32912327e877756bff2ee147f09771caf.tar.gz
scummvm-rg350-5cc607f32912327e877756bff2ee147f09771caf.tar.bz2
scummvm-rg350-5cc607f32912327e877756bff2ee147f09771caf.zip
TOUCHE: Add TODO
Diffstat (limited to 'engines')
-rw-r--r--engines/touche/touche.h1
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,