Skip to content

Commit

Permalink
Added cvar for mirroring HUD models
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 15, 2003
1 parent b794558 commit 4bf8af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/Include/rend_model.h
Expand Up @@ -6,7 +6,9 @@

#include "r_things.h"

extern int modelLight, frameInter;
extern int modelLight;
extern int frameInter;
extern int mirrorHudModels;
extern float rend_model_lod;

void Rend_RenderModel(vissprite_t *spr);
Expand Down

0 comments on commit 4bf8af8

Please sign in to comment.