diff options
Diffstat (limited to 'src/critter.cpp')
-rw-r--r-- | src/critter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |