mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Stone Shoe links 8 -> 5
This commit is contained in:
parent
ee8ec81da4
commit
61d9722214
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ struct Shoe : Mobj
|
|||
shoe->dir(0);
|
||||
shoe->fuse = 15 * TICRATE;
|
||||
|
||||
INT32 numLinks = 8;
|
||||
INT32 numLinks = 5;
|
||||
Chain* link = nullptr;
|
||||
|
||||
for (INT32 i = 0; i < numLinks; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue