summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Sim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Sim.cpp')
-rw-r--r--Stars45/Sim.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/Stars45/Sim.cpp b/Stars45/Sim.cpp
index b054b72..978ad6a 100644
--- a/Stars45/Sim.cpp
+++ b/Stars45/Sim.cpp
@@ -103,16 +103,16 @@ public:
class SimSplash
{
public:
- SimSplash(SimRegion* r, const Point& l, double d, double n)
- : rgn(r), loc(l), damage(d), range(n),
- owner_name("Collateral Damage"), missile(false) { }
-
- SimRegion* rgn;
- Point loc;
- double damage;
- double range;
- Text owner_name;
- bool missile;
+ SimSplash(SimRegion* r, const Point& l, double d, double n)
+ : rgn(r), loc(l), damage(d), range(n),
+ owner_name("Collateral Damage"), missile(false) { }
+
+ Text owner_name;
+ Point loc;
+ double damage;
+ double range;
+ SimRegion* rgn;
+ bool missile;
};
// +--------------------------------------------------------------------+