mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
32 layers ought to be enough for anybody
This commit is contained in:
parent
a958544667
commit
8965f450ce
@ -25,7 +25,7 @@ static QList<MapData*> overlays(const QString &fileName)
|
||||
{
|
||||
QList<MapData*> list;
|
||||
|
||||
for (int i = 1; ; i++) {
|
||||
for (int i = 1; i < 32; i++) {
|
||||
QString ol(fileName + "." + QString::number(i));
|
||||
if (QFileInfo(ol).isFile()) {
|
||||
MapData *data = new IMG(ol);
|
||||
|
Loading…
Reference in New Issue
Block a user