COST231 bugfix for large city

This commit is contained in:
alex
2016-10-16 20:47:15 +01:00
parent a73e0e3a6e
commit f48234f6d5
3 changed files with 6 additions and 1 deletions

View File

@@ -1039,7 +1039,7 @@ int main(int argc, char *argv[])
}
if (strstr(argv[0], "signalserverLIDAR")) {
MAXPAGES = 64; // 8x8
MAXPAGES = 100; // 10x10
lidar = 1;
IPPD = 5000; // will be overridden based upon file header...
}