wormhole:

- wrong parameter for message
This commit is contained in:
Enno Rehling 2004-02-21 23:59:33 +00:00
parent c8240a80a7
commit cb586eb88e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ wormhole_age(struct attrib * a)
move_unit(u, data->exit->region, NULL); move_unit(u, data->exit->region, NULL);
maxtransport -= u->number; maxtransport -= u->number;
m = msg_message("wormhole_exit", "unit region", u, data->exit); m = msg_message("wormhole_exit", "unit region", u, r);
add_message(&data->exit->region->msgs, m); add_message(&data->exit->region->msgs, m);
add_message(&u->faction->msgs, m); add_message(&u->faction->msgs, m);
msg_release(m); msg_release(m);