mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-16 00:41:17 +00:00
Fix bolt2.mdl path
This commit is contained in:
parent
d2147b6e35
commit
ecff804936
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ void CL_ParseTEnt (void)
|
|||
break;
|
||||
|
||||
case TE_LIGHTNING2: // lightning bolts
|
||||
CL_ParseBeam (Mod_ForName("progs/bolt2.mdl", true));
|
||||
CL_ParseBeam (Mod_ForName("models/misc/bolt2.mdl", true));
|
||||
break;
|
||||
|
||||
case TE_LIGHTNING3: // lightning bolts
|
||||
|
|
Loading…
Reference in a new issue