Fixed bug for @area* macroses

This commit is contained in:
Ianos Gnatiuc 2005-11-01 23:13:48 +00:00
parent 4ab601e382
commit 636e6b6c11

View File

@ -386,7 +386,7 @@ char* TokenXlat(int mode, char* input, GMsg* msg, GMsg* oldmsg, int __origarea)
HandleRandomLine(strxcpy(buf, AA->Origin(), sizeof(buf)), sizeof(buf))))
continue;
if (strnieql(dst, "@echo", 5))
if (strnieql(dst, "@area", 5))
{
if (tokenxchg(dst, "@areatype", AA->basetype()))
continue;