fix compilation

This commit is contained in:
Enno Rehling 2016-08-14 19:56:20 +02:00
parent ecffed0577
commit 3be627d6ef
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ int read_borders(gamedata *data)
if (type->read) {
// skip ahead
connection dummy;
type->read(&dummy, store);
type->read(&dummy, data);
}
continue;
}