aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_tim.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-04-19 14:00:14 +0000
committerJohannes Schickel2008-04-19 14:00:14 +0000
commit49cf8237f0d6188fa5c061b38e69d18b75eccc7c (patch)
treef044b344f7056eddadb6b8c71f927d49b8a7c5ad /engines/kyra/script_tim.h
parenta79c91b7d0dbe856728e218b6de496cfae040afd (diff)
downloadscummvm-rg350-49cf8237f0d6188fa5c061b38e69d18b75eccc7c.tar.gz
scummvm-rg350-49cf8237f0d6188fa5c061b38e69d18b75eccc7c.tar.bz2
scummvm-rg350-49cf8237f0d6188fa5c061b38e69d18b75eccc7c.zip
Renamed function for consistency.
svn-id: r31571
Diffstat (limited to 'engines/kyra/script_tim.h')
-rw-r--r--engines/kyra/script_tim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_tim.h b/engines/kyra/script_tim.h
index 4d19c51ded..1cf1476c63 100644
--- a/engines/kyra/script_tim.h
+++ b/engines/kyra/script_tim.h
@@ -86,7 +86,7 @@ private:
const CommandEntry *_commands;
int _commandsSize;
- int cmd_startFunc0Now(const uint16 *param);
+ int cmd_initFunc0Now(const uint16 *param);
int cmd_stopCurFunc(const uint16 *param);
int cmd_initFunc(const uint16 *param);
int cmd_stopFunc(const uint16 *param);