mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 11:51:21 +00:00
Fix bolt.mdl path
This commit is contained in:
parent
56efc44b9b
commit
c44adc7dba
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,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
|
||||||
|
|
Loading…
Reference in a new issue