diff options
author | Nicola Mettifogo | 2007-08-14 16:39:25 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-08-14 16:39:25 +0000 |
commit | d02441a372cc63979468cf0daeec0e638f35f4d6 (patch) | |
tree | 15055256084a36db16f9eab83f01f9e84475eb9b | |
parent | 2b24e5cb1d2c576fb4e42473f13381c80041f204 (diff) | |
download | scummvm-rg350-d02441a372cc63979468cf0daeec0e638f35f4d6.tar.gz scummvm-rg350-d02441a372cc63979468cf0daeec0e638f35f4d6.tar.bz2 scummvm-rg350-d02441a372cc63979468cf0daeec0e638f35f4d6.zip |
Fixed a couple of mistyped strings, solving a crash in the introduction of BS and a soon-to-be-spotted issue in BRA.
svn-id: r28619
-rw-r--r-- | engines/parallaction/staticres.cpp | 4 |
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), |