aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/prc.h')
-rw-r--r--engines/cine/prc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/prc.h b/engines/cine/prc.h
index f5129d28b1..05bb240372 100644
--- a/engines/cine/prc.h
+++ b/engines/cine/prc.h
@@ -31,7 +31,7 @@ namespace Cine {
extern ScriptList globalScripts;
extern ScriptList objectScripts;
-void loadPrc(const char *pPrcName);
+bool loadPrc(const char *pPrcName);
} // End of namespace Cine