Fix bolt2.mdl path

This commit is contained in:
Steam Deck User 2022-12-28 15:09:46 -05:00
parent d2147b6e35
commit ecff804936
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ void CL_ParseTEnt (void)
break; break;
case TE_LIGHTNING2: // lightning bolts case TE_LIGHTNING2: // lightning bolts
CL_ParseBeam (Mod_ForName("progs/bolt2.mdl", true)); CL_ParseBeam (Mod_ForName("models/misc/bolt2.mdl", true));
break; break;
case TE_LIGHTNING3: // lightning bolts case TE_LIGHTNING3: // lightning bolts