summaryrefslogtreecommitdiff
path: root/game/network/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/network/rail.h')
-rw-r--r--game/network/rail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/network/rail.h b/game/network/rail.h
index 39dfdc9..a95ba04 100644
--- a/game/network/rail.h
+++ b/game/network/rail.h
@@ -64,7 +64,7 @@ public:
struct Vertex {
GlobalPosition3D a, b, c;
float textureRepeats;
- float aangle, bangle;
+ float aangle, bangle, radius;
};
private: