From 722b07a415f82a7fe56f595497ddf2ec0816f27c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 27 Feb 2024 21:30:00 +0100 Subject: actually speed should be the property of critter --- src/critter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/critter.cpp') diff --git a/src/critter.cpp b/src/critter.cpp index c8bb2e4f..781d086b 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -230,6 +230,7 @@ critter::operator critter_proto() const critter::critter(object_id id, class chunk& c, const critter_proto& proto) : object{id, c, proto}, name{proto.name}, + speed{proto.speed}, playable{proto.playable} { if (!name) -- cgit v1.2.3