aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2006-12-18 20:38:31 +0000
committerSven Hesse2006-12-18 20:38:31 +0000
commit2e6ad11d6d65d4f02e6b8283b47fa31a9abbc4f3 (patch)
tree5486004b62d136e8279e4548342e83b51a0b0db3 /engines/gob/gob.h
parentfc6f8a47f1123661f92be4350c94d9a967559e62 (diff)
downloadscummvm-rg350-2e6ad11d6d65d4f02e6b8283b47fa31a9abbc4f3.tar.gz
scummvm-rg350-2e6ad11d6d65d4f02e6b8283b47fa31a9abbc4f3.tar.bz2
scummvm-rg350-2e6ad11d6d65d4f02e6b8283b47fa31a9abbc4f3.zip
Fixed the note-pad, font changing and date/time-display
svn-id: r24875
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index c90dde4592..2f65eb7e19 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -109,7 +109,8 @@ enum {
enum SaveFiles {
SAVE_CAT = 0, // Saves
- SAVE_SAV, // Draw::_backSurface (why?)
+ SAVE_SAV, // Draw::_backSurface (as a temporary buffer when using the notepad
+ // and changing the font. TODO: That probably should be worked around
SAVE_BLO // Notes
};