summary refs log tree commit diff stats
path: root/src/components/playable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/playable.h')
-rw-r--r--src/components/playable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/playable.h b/src/components/playable.h index 86a7ee7..0d91929 100644 --- a/src/components/playable.h +++ b/src/components/playable.h
@@ -18,6 +18,8 @@ public:
18 int checkpointMapId = -1; 18 int checkpointMapId = -1;
19 double checkpointX = 0; 19 double checkpointX = 0;
20 double checkpointY = 0; 20 double checkpointY = 0;
21 bool checkpointObjectActivated = false;
22 size_t checkpointObjectIndex = 0;
21 23
22}; 24};
23 25