aboutsummaryrefslogtreecommitdiff
path: root/Source/Globals.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-17 13:59:37 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-17 13:59:37 +0700
commitd81b0a3b6071b16afa2b60979a69f507d41355a6 (patch)
tree44c0bc6658c3cfaa5f6c12f949f5abfaddc79f29 /Source/Globals.cpp
parentd048a7ddf445885c9e1e7c3308d9778eb25e5bcd (diff)
downloadblackshades-d81b0a3b6071b16afa2b60979a69f507d41355a6.tar.gz
Localize max to avoid clashing with std::max
Diffstat (limited to 'Source/Globals.cpp')
-rw-r--r--Source/Globals.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Globals.cpp b/Source/Globals.cpp
index c9559a5..fa18cfe 100644
--- a/Source/Globals.cpp
+++ b/Source/Globals.cpp
@@ -62,7 +62,6 @@ XYZ n,pa1,pa2,pa3;
float u0, u1, u2;
float v0, v1, v2;
float a, b;
-float max;
int i, j;
bool bInter;
float pointv[3];