summary refs log tree commit diff stats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index 7300e76..48c0223 100644 --- a/src/map.h +++ b/src/map.h
@@ -28,6 +28,7 @@ struct Prototype {
28 Direction dir = Direction::down; 28 Direction dir = Direction::down;
29 std::string interactionScript; 29 std::string interactionScript;
30 std::string bumpPlayerScript; 30 std::string bumpPlayerScript;
31 std::string backgroundScript;
31 bool shadow = false; 32 bool shadow = false;
32 bool wander = false; 33 bool wander = false;
33 int movementSpeed = -1; 34 int movementSpeed = -1;