aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 74a333e5d8..3a4ce5e5fe 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -127,7 +127,6 @@ enum SciGameFlags {
GF_LOFSABSOLUTE = (1 << 5),
/* Applies to all versions from 1.000.510 onwards
- ** In later SCI1 versions, CanBeHere is called inversely.
** Also in kDisplay(), if the text would not fit on the screen, it
** is moved to the left and upwards until it fits.
** Finally, kDoSound() is different than in earlier SCI1 versions.