mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Fix bolt.mdl path
This commit is contained in:
parent
f667bbf9e9
commit
c58b80393c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,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