Migrate vec to OFVector3D

FossilOrigin-Name: 2e931ae3e1bb8a3ac23d368cfacc7394d07f295bd0bc56a40e0c70190d019d8b
This commit is contained in:
Jonathan Schleifer 2025-03-04 00:14:25 +00:00
parent 4ce99636d3
commit 6f64252d65
15 changed files with 141 additions and 136 deletions

View file

@ -54,8 +54,8 @@ alias(OFString *name, OFString *action)
if (b.type == ID_ALIAS)
b.action = action;
else
conoutf(
@"cannot redefine builtin %s with an alias", name.UTF8String);
conoutf(@"cannot redefine builtin %s with an alias",
name.UTF8String);
}
}
COMMAND(alias, ARG_2STR)