From c22784449f4cb3a54b37beb2d6660ae89ffe7bfb Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 15 Sep 2007 12:16:43 +0000 Subject: Fixed BRA parser table for scripts. svn-id: r28905 --- engines/parallaction/parser_ns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction/parser_ns.cpp') 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); -- cgit v1.2.3