Skip to content

Commit a5a927d

Browse files
committed
Get that other weapons assignment, while we're still thinking about it
1 parent 4153aa8 commit a5a927d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ship/ship.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6425,7 +6425,7 @@ void ship_subsys::clear()
64256425
awacs_intensity = 0.0f;
64266426
awacs_radius = 0.0f;
64276427

6428-
weapons = ship_weapon();
6428+
weapons.clear();
64296429

64306430
memset(&submodel_info_1, 0, sizeof(submodel_instance_info));
64316431
memset(&submodel_info_2, 0, sizeof(submodel_instance_info));

0 commit comments

Comments
 (0)