The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Bug in view distance setting - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Bug in view distance setting (/showthread.php?tid=500) |
Bug in view distance setting - rookie1 - 01-25-2007 In main.cpp, only function ReloadDisplay() updates the view_dist variable from the settings. However, this function is never called in main.cpp. So it seems the view_dist is always the default value of 10000.0 regardless what is set in the display options. - thelusiv - 01-25-2007 I think I fixed this, try out r1490. - rookie1 - 01-26-2007 It's working now. |