diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 00:42:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 00:42:18 +0100 |
commit | 20103801109e0d3872f0f314e60127c7dbe407cb (patch) | |
tree | be22b4d009a07e4234b4e7df2c61a9f4e0bc3bb4 | |
parent | c7a342d71ee93586b073a8e9c73b8ba6b621266f (diff) |
fix typo
-rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index ad599a1c..4f0b8807 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -212,7 +212,7 @@ entity::operator entity_proto() const ret.bbox_size = bbox_size; ret.delta = delta; ret.frame = frame; - ret.type = entity_type::character; + ret.type = type; ret.r = r; ret.pass = pass; return ret; |