Fixed BRA parser table for scripts.
svn-id: r28905
This commit is contained in:
parent
5fa2b1a3c5
commit
c22784449f
6 changed files with 22 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue