From 4effe126d5b04d7e8572f8d785735a66150aa4ee Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 24 Feb 2021 21:30:59 -0500 Subject: Ionia is in the water! --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 1a88cc8..9f5a93b 100644 --- a/src/map.h +++ b/src/map.h @@ -24,6 +24,7 @@ struct Prototype { vec2i collisionOffset; vec2i collisionSize; std::string animationFilename; + std::string animName; std::string interactionScript; bool shadow = false; bool wander = false; -- cgit 1.4.1