Skip to content

Commit

Permalink
optics: Preload SOS reticle
Browse files Browse the repository at this point in the history
  • Loading branch information
Taosenai committed Sep 27, 2013
1 parent 2bb90e2 commit f45b53a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tmr_optics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ class CfgWeapons {
// Certainly they're close enough after you account for pixel density, etc.

opticszoominit = 0.01234;
opticszoommax = 0.01234;
opticszoommin = 0.04673;
opticszoommax = 0.04673;
opticszoommin = 0.01234;
discretefov[] = {};
usemodeloptics = 1;
visionmode[] = {"Normal"};
Expand Down Expand Up @@ -414,5 +414,11 @@ class PreloadTextures {
tmr_optics_reticle = "*";
tmr_optics_reticleIllum = "*";
};
class optic_SOS {
tmr_optics_body= "*";
tmr_optics_bodyNight = "*";
tmr_optics_reticle = "*";
tmr_optics_reticleIllum = "*";
};
};
};

0 comments on commit f45b53a

Please sign in to comment.