summaryrefslogtreecommitdiff
path: root/src/koopatlas/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/koopatlas/map.h')
-rw-r--r--src/koopatlas/map.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/koopatlas/map.h b/src/koopatlas/map.h
index 8469afa..05833a2 100644
--- a/src/koopatlas/map.h
+++ b/src/koopatlas/map.h
@@ -68,7 +68,14 @@ class dWMMap_c : public dBase_c {
m3d::mdl_c bgModel;
m3d::anmTexSrt_c bgSrtAnm;
mMtx bgMatrix;
- S16Vec thing;
+
+ bool showLaunchStar;
+ float launchStarX, launchStarY;
+ m3d::mdl_c launchStarModel;
+ m3d::anmChr_c launchStarAnm;
+ mMtx launchStarMatrix;
+
+ void spinLaunchStar();
void renderPathLayer(dKPLayer_s *layer);