diff options
Diffstat (limited to '')
-rw-r--r-- | src/worldmap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/worldmap.h b/src/worldmap.h index d48f36c..5378c73 100644 --- a/src/worldmap.h +++ b/src/worldmap.h @@ -51,6 +51,11 @@ public: Point3d camPos;
Vec camRotate;
+ float camDist;
+ float targetDist;
+ float camY;
+ float targetY;
+
static dWorldCamera_c *build();
static dWorldCamera_c *instance;
};
|