aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-04-28 11:45:52 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-04-28 11:45:52 -0400
commite2fb36d5da705278fb84246400945f430794d5e7 (patch)
treeead3dd3a105253decb59437672f32954d44985c0 /include/entities.hpp
parent174bcd3a415c21fc2c59a3af1b6333faa78b37d0 (diff)
CAT
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 567380a..8620206 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -281,6 +281,7 @@ public:
class Player : public Entity{
public:
+ Entity *ride;
QuestHandler qh;
Player();