aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/staticres.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/staticres.cpp b/engines/parallaction/staticres.cpp
index 74fe456167..a9b19de448 100644
--- a/engines/parallaction/staticres.cpp
+++ b/engines/parallaction/staticres.cpp
@@ -424,7 +424,7 @@ const char *_commandsNamesRes_br[] = {
"leave",
"inc",
"dec",
- "text",
+ "test",
"dummy",
"dummy",
"let",
@@ -525,7 +525,7 @@ const Parallaction_ns::Callable Parallaction_ns::_amigaCallables[] = {
CALLABLE_NS(_c_startMusic),
CALLABLE_NS(_c_closeMusic),
CALLABLE_NS(_c_fade),
- CALLABLE_NS(_c_play_boogie),
+ CALLABLE_NS(_c_HBOn),
CALLABLE_NS(_c_moveSarc),
CALLABLE_NS(_c_contaFoglie),
CALLABLE_NS(_c_zeroFoglie),