You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mprintf(("NOTE: weapon-cleanup is removing %i stale beam sections, out of %i original, from '%s'.\n", removed, wip->b_info.beam_num_sections, wip->name));
3098
3102
wip->b_info.beam_num_sections -= removed;
3099
3103
}
3104
+
3105
+
if (wip->b_info.beam_num_sections == 0) {
3106
+
Warning(LOCATION, "The beam '%s' has 0 usable sections!", wip->name);
0 commit comments