aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/help.cpp')
-rw-r--r--scumm/help.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/help.cpp b/scumm/help.cpp
index 493c867c96..d6fc697e9b 100644
--- a/scumm/help.cpp
+++ b/scumm/help.cpp
@@ -50,11 +50,11 @@ int ScummHelp::numPages(byte gameId) {
case GID_FT:
case GID_CMI:
return 3;
- break;
+ break;
/* TODO - I don't know the controls for these games
case GID_PUTTDEMO:
case GID_PUTTPUTT:
-*/
+*/
default:
return 2;
}