NX/VITA: Fix bolt.mdl path

This commit is contained in:
cypress 2023-09-05 20:23:50 -04:00 committed by GitHub
parent c0d52bb6fa
commit ee34361fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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