Fixed BRA parser table for scripts.

svn-id: r28905
This commit is contained in:
Nicola Mettifogo 2007-09-15 12:16:43 +00:00
parent 5fa2b1a3c5
commit c22784449f
6 changed files with 22 additions and 11 deletions

View file

@ -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);