forked from github/server
fix compilation
This commit is contained in:
parent
ecffed0577
commit
3be627d6ef
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue