This commit is contained in:
Filipriec
2025-11-20 16:45:50 +01:00
parent dd410c6f6c
commit 3e47f855ed
6 changed files with 8 additions and 16 deletions

View File

@@ -13,7 +13,5 @@ public:
int get_ground_speed() const { return ground_speed; }
// Calculates how many frames to advance for current tick.
// Takes objects current speed and a global tick counter
// to automatically handle slower "wait" behavior.
int frame_advance_for(int object_speed, int tick_counter) const;
};