diff options
Diffstat (limited to 'src/magic.cc')
| -rw-r--r-- | src/magic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic.cc b/src/magic.cc index e268a7d..1282e5d 100644 --- a/src/magic.cc +++ b/src/magic.cc @@ -1426,7 +1426,7 @@ void Teleport(TCreature *Actor, const char *Param){ int DestX = Actor->posx; int DestY = Actor->posy; int DestZ = Actor->posz; - uint16 HouseID = HOUSEID_ANY; + uint16 HouseID = 0xFFFF; // NOTE(fusion): See `SearchFreeField`. int MDGoStrength = Actor->Skills[SKILL_GO_STRENGTH]->MDAct; if(stricmp(Param, "up") == 0){ |
