aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_ns.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-15 12:16:43 +0000
committerNicola Mettifogo2007-09-15 12:16:43 +0000
commitc22784449f4cb3a54b37beb2d6660ae89ffe7bfb (patch)
tree9cf56aa7430417e4954b8c83d7d0cf1b9e74a8eb /engines/parallaction/parser_ns.cpp
parent5fa2b1a3c5b63ddee8a7e3d5dcf4efc8cf9e04ef (diff)
downloadscummvm-rg350-c22784449f4cb3a54b37beb2d6660ae89ffe7bfb.tar.gz
scummvm-rg350-c22784449f4cb3a54b37beb2d6660ae89ffe7bfb.tar.bz2
scummvm-rg350-c22784449f4cb3a54b37beb2d6660ae89ffe7bfb.zip
Fixed BRA parser table for scripts.
svn-id: r28905
Diffstat (limited to 'engines/parallaction/parser_ns.cpp')
-rw-r--r--engines/parallaction/parser_ns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/parser_ns.cpp b/engines/parallaction/parser_ns.cpp
index a5c72987fb..8332f05dc7 100644
--- a/engines/parallaction/parser_ns.cpp
+++ b/engines/parallaction/parser_ns.cpp
@@ -871,7 +871,7 @@ void Parallaction_ns::parseLocation(const char *filename) {
debugC(5, kDebugLocation, "parseLocation('%s')", filename);
allocateLocationSlot(filename);
- printf("got location slot #%i for %s\n", _currentLocationIndex, filename);
+// printf("got location slot #%i for %s\n", _currentLocationIndex, filename);
Script *script = _disk->loadLocation(filename);