View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002849 | FSSCP | user interface | public | 2013-04-23 00:23 | 2013-12-02 00:57 |
Reporter | Yarn | Assigned To | Yarn | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x64 | OS | Windows 7 | ||
Product Version | 3.6.19 | ||||
Fixed in Version | 3.6.19 | ||||
Summary | 0002849: +Flags: does not select main halls [patch] | ||||
Description | The patch that I submitted with 0002786 inadvertently prevented +Flags: from selecting main halls. The attached patch should fix this. | ||||
Tags | No tags attached. | ||||
|
mantis2849.patch (668 bytes)
Index: code/mission/missioncampaign.cpp =================================================================== --- code/mission/missioncampaign.cpp (revision 9646) +++ code/mission/missioncampaign.cpp (working copy) @@ -536,6 +536,7 @@ if (optional_string("+Flags:")) stuff_int(&cm->flags); + cm->main_hall = "0"; // deal with previous campaign versions if (cm->flags & CMISSION_FLAG_BASTION) { cm->main_hall = "1"; @@ -543,7 +544,6 @@ // Goober5000 - new main hall stuff! // Updated by CommanderDJ - cm->main_hall = "0"; if (optional_string("+Main Hall:")) { stuff_string(temp, F_RAW, 32); cm->main_hall = temp; |
|
Fix committed to trunk@9650. |
|
Crediting Yarn |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-23 00:23 | Yarn | New Issue | |
2013-04-23 00:24 | Yarn | File Added: mantis2849.patch | |
2013-04-27 06:35 | Echelon9 | Status | new => code review |
2013-04-27 06:43 | FUBAR-BDHR | Changeset attached | => fs2open trunk r9650 |
2013-04-27 06:43 | FUBAR-BDHR | Note Added: 0014964 | |
2013-04-27 06:43 | FUBAR-BDHR | Status | code review => resolved |
2013-04-27 06:43 | FUBAR-BDHR | Resolution | open => fixed |
2013-12-02 00:57 | niffiwan | Assigned To | => Yarn |
2013-12-02 00:57 | niffiwan | Note Added: 0015483 | |
2013-12-02 00:57 | niffiwan | Status | resolved => feedback |
2013-12-02 00:57 | niffiwan | Resolution | fixed => reopened |
2013-12-02 00:57 | niffiwan | Status | feedback => resolved |
2013-12-02 00:57 | niffiwan | Fixed in Version | => 3.6.19 |
2013-12-02 00:57 | niffiwan | Resolution | reopened => fixed |