diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 10:20:40 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 10:20:40 +0100 |
| commit | 9ff017f1d4c1502fca9797aa4b38351c97e57982 (patch) | |
| tree | 5b122d52ddec31c988e23a70531a968466e73bf6 /src/critter.cpp | |
| parent | 58d95d559276b556f584411d5c3ea0a986f3fbc4 (diff) | |
a
Diffstat (limited to 'src/critter.cpp')
| -rw-r--r-- | src/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.cpp b/src/critter.cpp index f018f274..b187c33a 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -212,7 +212,7 @@ critter::operator critter_proto() const return ret; } -critter::critter(object_id id, class chunk& c, const critter_proto& proto) : +critter::critter(object_id id, class chunk& c, critter_proto proto) : // todo! check if it gets move-constructed object{id, c, proto}, name{proto.name}, speed{proto.speed}, |
