Fixed bug for @area* macroses
This commit is contained in:
parent
4ab601e382
commit
636e6b6c11
@ -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))))
|
HandleRandomLine(strxcpy(buf, AA->Origin(), sizeof(buf)), sizeof(buf))))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (strnieql(dst, "@echo", 5))
|
if (strnieql(dst, "@area", 5))
|
||||||
{
|
{
|
||||||
if (tokenxchg(dst, "@areatype", AA->basetype()))
|
if (tokenxchg(dst, "@areatype", AA->basetype()))
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user