problem after last commit

This commit is contained in:
Enno Rehling 2008-04-22 11:50:06 +00:00
parent 5d731316c3
commit d8bcc61a76
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ handlekey(state * st, int c)
region * cur = mr->r;
if (cur->planep==NULL) {
cur = r_standard_to_astral(cur);
} else if (r->planep==get_astralplane()) {
} else if (cur->planep==get_astralplane()) {
cur = r_astral_to_standard(cur);
} else {
cur = NULL;