diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 22:01:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 22:01:38 +0100 |
commit | 1a84f009b39c070a8d4f4931e2376936190a161e (patch) | |
tree | 7ad71362644592e95f8eeb5f331b1f7cdd3b841e /loader | |
parent | 96e3bb9c8a368f649bfb1c60a3fe92b9d415c288 (diff) |
a
Diffstat (limited to 'loader')
-rw-r--r-- | loader/scenery.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/scenery.hpp b/loader/scenery.hpp index 55f3f972..eea31ad3 100644 --- a/loader/scenery.hpp +++ b/loader/scenery.hpp @@ -6,7 +6,7 @@ namespace floormat { struct serialized_scenery final { - String name, descr; + String name; scenery_proto proto; }; |