From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/System.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Stars45/System.cpp') diff --git a/Stars45/System.cpp b/Stars45/System.cpp index 86b4a5a..3189a3b 100644 --- a/Stars45/System.cpp +++ b/Stars45/System.cpp @@ -33,7 +33,7 @@ OVERVIEW ======== - Generic Ship Subsystem class + Generic Ship Subsystem class */ #include "MemDebug.h" @@ -46,7 +46,7 @@ // +----------------------------------------------------------------------+ -System::System(System::CATEGORY t, int s, const char* n, int maxv, +System::System(System::CATEGORY t, int s, const char* n, int maxv, double e, double c, double r) : type(t), id(0), ship(0), subtype(s), status(NOMINAL), availability(1.0f), safety(1.0f), stability(1.0f), crit_level(0.5f), net_avail(-1.0f), @@ -69,7 +69,7 @@ explosion_type(0), name(n), abrv(name), design(0), emcon(3) System::System(const System& s) : type(s.type), id(s.id), ship(0), subtype(s.subtype), status(s.status), -availability(s.availability), safety(s.safety), stability(s.stability), +availability(s.availability), safety(s.safety), stability(s.stability), crit_level(s.crit_level), net_avail(-1.0f), mount_rel(s.mount_rel), radius(s.radius), safety_overload(0.0f), hull_factor(s.hull_factor), energy(s.energy), capacity(s.capacity), -- cgit v1.1