- NACH Wirbel ging nicht.
This commit is contained in:
Enno Rehling 2005-01-01 11:46:57 +00:00
parent cdca9107a5
commit 7fdbce4161
1 changed files with 1 additions and 1 deletions

View File

@ -2954,7 +2954,7 @@ movewhere(const unit *u, const char * token, region * r, region** resultp)
case NODIRECTION: case NODIRECTION:
r2 = findspecialdirection(r, token); r2 = findspecialdirection(r, token);
if (r2!=NULL) { if (r2==NULL) {
return E_MOVE_NOREGION; return E_MOVE_NOREGION;
} }
*resultp = r2; *resultp = r2;