JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Pulse Shotgun missing smoke canister model on alt fire #304

Closed Silverfang22 closed 5 years ago

Silverfang22 commented 5 years ago

Need to investigate this one

DarthFutuza commented 5 years ago

Also just FYI. This also causes the game to assert as well if run in a debug build because of this check, which appears to just mean the model can't be found.


//tr_scene.cpp line 239
#ifdef _DEBUG
    if (ent->reType == RT_MODEL)
    {
        assert(ent->hModel || ent->ghoul2 || ent->customShader);
    }
#endif```
Silverfang22 commented 5 years ago

Should be fixed with aad29b2d3855ea4f9409f2eb457c5fe25d9f0e83