aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
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
};