- Capitalise vec2_t x variable.

This commit is contained in:
Mitchell Richters 2021-12-22 20:26:51 +11:00 committed by Christoph Oelckers
parent 8ce4edc7ad
commit 3c9cd926ba
46 changed files with 339 additions and 339 deletions

View file

@ -373,7 +373,7 @@ int DoRotator(DSWActor* actor)
vec2_t const orig = { r->origX[ndx], r->origY[ndx] };
rotatepoint(pivot->pos.vec2, orig, r->pos, &nxy);
dragpoint(&wal, nxy.x, nxy.y);
dragpoint(&wal, nxy.X, nxy.y);
ndx++;
}