aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.h')
-rw-r--r--engines/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.h b/engines/engine.h
index d2f0849b51..a8e759e274 100644
--- a/engines/engine.h
+++ b/engines/engine.h
@@ -90,7 +90,7 @@ public:
* Start the main engine loop.
* The return value is not yet used, but could indicate whether the user
* wants to return to the launch or to fully quit ScummVM.
- * @return a result code
+ * @return 0 for success, else an error code.
*/
virtual int go() = 0;