aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-02-23 10:45:59 +0000
committerTravis Howell2006-02-23 10:45:59 +0000
commitc9d6277d27160bda4738be60d78c4e381a271dcb (patch)
treea0a32d62e5199809c0889510eb89f8e530c6be67
parent8fa8d10c3f82cf158b658e33279bc9db94276105 (diff)
downloadscummvm-rg350-c9d6277d27160bda4738be60d78c4e381a271dcb.tar.gz
scummvm-rg350-c9d6277d27160bda4738be60d78c4e381a271dcb.tar.bz2
scummvm-rg350-c9d6277d27160bda4738be60d78c4e381a271dcb.zip
Update function type, to match last commit
svn-id: r20825
-rw-r--r--engines/cine/prc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp
index 418b065661..e6930bb77c 100644
--- a/engines/cine/prc.cpp
+++ b/engines/cine/prc.cpp
@@ -52,7 +52,7 @@ void freePrcLinkedList(void) {
resetglobalScriptsHead();
}
-void loadPrc(char *pPrcName) {
+void loadPrc(const char *pPrcName) {
uint8 i;
uint16 numEntry;