MSVC fix.

This commit is contained in:
ehofman 2005-05-22 07:35:39 +00:00
parent 3af1f3bc63
commit 430ba60b33

View File

@ -34,7 +34,7 @@ class SGSoundMgr;
* Visual environment helper class.
*/
class SGEnviro {
friend struct SGLightning;
friend class SGLightning;
private:
void DrawCone2(float baseRadius, float height, int slices, bool down, double rain_norm, double speed);
void lt_update(void);