mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-22 11:51:04 +00:00
NX/VITA: Fix bolt.mdl path
This commit is contained in:
parent
c0d52bb6fa
commit
ee34361fc1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ void CL_ParseTEnt (void)
|
|||
break;
|
||||
|
||||
case TE_LIGHTNING1: // lightning bolts
|
||||
CL_ParseBeam (Mod_ForName("progs/bolt.mdl", true));
|
||||
CL_ParseBeam (Mod_ForName("models/misc/bolt.mdl", true));
|
||||
break;
|
||||
|
||||
case TE_LIGHTNING2: // lightning bolts
|
||||
|
|
Loading…
Reference in a new issue