Fixed|Partitioner: Compiler error (global variable shadowing)
The static validCount in partitioner.cpp was shadowed by the globalvariable of the same name, with C-linkage, in render/r_main.h whenbuilding with MSVC (at least). Resulting in holes around one-waywindow hack constructs in some maps.
View differences
Fixed|Partitioner: Compiler error (global variable shadowing)
The static validCount in partitioner.cpp was shadowed by the global
variable of the same name, with C-linkage, in render/r_main.h when
building with MSVC (at least). Resulting in holes around one-way
window hack constructs in some maps.