In main, after the level is loaded (a .hmp)

fog_color = 3;
camera.fog_start = 0; // fog starts at 80% of clip range
camera.fog_end = 0.5 * camera.clip_far; // total foggy at 90% of clip

Still nothing \:\(