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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/playable.h b/src/components/playable.h index b8af0f2..7404f1f 100644 --- a/src/components/playable.h +++ b/src/components/playable.h
@@ -27,6 +27,9 @@ public:
27 size_t checkpointMapId; 27 size_t checkpointMapId;
28 vec2d checkpointPos; 28 vec2d checkpointPos;
29 29
30 bool checkpointMapObject = false;
31 size_t checkpointMapObjectIndex;
32
30}; 33};
31 34
32#endif /* end of include guard: PLAYABLE_H_DDC566C3 */ 35#endif /* end of include guard: PLAYABLE_H_DDC566C3 */