diff options
author | Travis Howell | 2006-02-23 10:45:59 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-23 10:45:59 +0000 |
commit | c9d6277d27160bda4738be60d78c4e381a271dcb (patch) | |
tree | a0a32d62e5199809c0889510eb89f8e530c6be67 | |
parent | 8fa8d10c3f82cf158b658e33279bc9db94276105 (diff) | |
download | scummvm-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.cpp | 2 |
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; |