diff options
Diffstat (limited to 'Stars45/MsnWepDlg.cpp')
-rw-r--r-- | Stars45/MsnWepDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/MsnWepDlg.cpp b/Stars45/MsnWepDlg.cpp index 4090372..d35365b 100644 --- a/Stars45/MsnWepDlg.cpp +++ b/Stars45/MsnWepDlg.cpp @@ -1,6 +1,6 @@ /* Project Starshatter 4.5
Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Copyright (C) 1997-2004. All Rights Reserved.
SUBSYSTEM: Stars.exe
FILE: MsnWepDlg.cpp
@@ -208,7 +208,7 @@ MsnWepDlg::SetupControls() }
}
- if (lbl_weight) {
+ if (lbl_weight && design) {
if (loaded_mass < 1)
loaded_mass = design->mass;
|