changeset 1283 | b9569cc0644f |
parent 1279 | 4f83fbde72de |
child 1284 | 06a52178bf46 |
1282:e7a73ee62d2f | 1283:b9569cc0644f |
---|---|
1098 |
1098 |
1099 do { |
1099 do { |
1100 if (o->text == 0) |
1100 if (o->text == 0) |
1101 continue; |
1101 continue; |
1102 |
1102 |
1103 if (!AddBlockIfNeeded(&_sign_pool, i)) |
|
1104 error("Signs: failed loading savegame: too many signs"); |
|
1105 |
|
1103 n = GetSign(i); |
1106 n = GetSign(i); |
1104 |
1107 |
1105 n->str = o->text; |
1108 n->str = o->text; |
1106 n->x = o->x; |
1109 n->x = o->x; |
1107 n->y = o->y; |
1110 n->y = o->y; |