91³Ô¹ÏÍø

Watch CBS News

Injuries from training exercise contributed to Mass. State Police recruit's death, attorney says

Massachusetts State Trooper Enrique Delgado-Garcia died as a result of complications from blunt force injuries during a boxing exercise at the State Police Academy last September. The medical examiner released the autopsy report to the family. 

The I-Team spoke to the attorneys representing Delgado-Garcia's family. "He had blunt force injuries to the head and neck. He had contusions surrounding the right eye, contusions overlaying the left eye," attorney Michael Wilcox said. "He had internal injuries. He took a severe beating and had brain injuries as a result of repeated blows to his face and head." 

Injured during boxing exercise

Last fall, Delgado-Garcia was five months into his training to become a state trooper and was participating in a boxing exercise when he was seriously injured. 

img-2400.jpg
Enrique Delgado-Garcia. Delgado-Garcia family

"During the course of all of these boxing matches that day, and this one in particular, there was a referee in the ring," attorney Louis Aloise said. "So when Enrique was knocked down the first time, why was it that the referee would allow the boxing match to continue and allow him to receive the pummeling that he did?" 

The 25-year old's death sparked an independent investigation and led to reforms at the State Police Academy, including the suspension of the boxing program. 

"I think that the state police were reckless in instituting this program after some prior problems with it," Wilcox said. "I think they were reckless in the manner in which they aligned the two young men up to fight. I think they were reckless in the manner in which they supervised the event and I think they were reckless in the manner in which this fight unfolded." 

Wilcox and Aloise said they are still waiting for the results from the independent investigation and plan to have their own expert review the autopsy report. The official death certificate is expected to be filed with the Worcester Clerk's office this week. 

State police on trooper's death

"The Massachusetts State Police remembers and honors Trooper Enrique Delgado Garcia as one of our fallen," a Massachusetts State Police spokesperson said in a statement. "His kindness, compassion, and dedication to the Department's mission continues to inspire all who knew him from his time at the Academy and beyond. As we approach the first anniversary and continue our review of training practices, the Department shares the Delgado-Garcia Family's desire for a thorough accounting of the facts and circumstances of his tragic death. The State Police has fully cooperated with the ongoing review of this tragedy, and we await the findings of that independent inquiry."  

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });