diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 23:11:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 23:49:50 +0200 |
commit | 0da9760bbe7c9ee5d4db69f561068c4be6a88e06 (patch) | |
tree | 7a10f70eeff69c1ef70dbfc2e6c5e2c4121692ee | |
parent | 7ed03e01ac8913a90cae827bc656969e09fc7455 (diff) |
a
-rw-r--r-- | src/critter-script.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter-script.hpp b/src/critter-script.hpp index 9bd3d977..676a8a73 100644 --- a/src/critter-script.hpp +++ b/src/critter-script.hpp @@ -31,7 +31,7 @@ public: struct critter_script : base_script { critter_script(critter& c); - virtual void update(critter& c, size_t i, const Ns& dt) = 0; + virtual void update(critter& c, size_t& i, const Ns& dt) = 0; // todo can_activate, activate }; |