mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- Capitalise vec2_t
x
variable.
This commit is contained in:
parent
8ce4edc7ad
commit
3c9cd926ba
46 changed files with 339 additions and 339 deletions
|
@ -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++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue