aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2005-04-10 01:23:33 +0000
committerMax Horn2005-04-10 01:23:33 +0000
commit475ee9211744f09d7bce812a5a911a1334526a44 (patch)
tree8846e06121c8b332420dad2bc5f343841c5f2b81 /scumm/scumm.h
parentcfe85b8618637e5d85dc183b142e0bfffc98434b (diff)
downloadscummvm-rg350-475ee9211744f09d7bce812a5a911a1334526a44.tar.gz
scummvm-rg350-475ee9211744f09d7bce812a5a911a1334526a44.tar.bz2
scummvm-rg350-475ee9211744f09d7bce812a5a911a1334526a44.zip
Moved some room loading stuff into a new source file
svn-id: r17496
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 7ac7002bf4..6a6227aebd 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -406,7 +406,7 @@ public:
ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16]);
virtual ~ScummEngine();
- /** Startup function: Calls mainInit and then mainRun. */
+ /** Startup function, main loop. */
int go();
// Init functions