]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
decreased blocksize from 1024^3 to 512^3 leading to smaller portals and better vis... matthiaskrgr/smaller_ptlsize
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 2 Jan 2017 10:59:59 +0000 (11:59 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Mon, 2 Jan 2017 10:59:59 +0000 (11:59 +0100)
tools/quake3/q3map2/q3map2.h

index 7bbbc42be5e2cf4e5d011b59061152fce98dd1d2..51ff26bf456e9eaf82d80997c54c3e4a29ffce0f 100644 (file)
@@ -2097,7 +2097,7 @@ Q_EXTERN int blockSize[ 3 ]                                 /* should be the sam
 #ifndef MAIN_C
 ;
 #else
-       = { 1024, 1024, 1024 };
+       = { 512, 512, 512 };
 #endif
 
 Q_EXTERN char name[ 1024 ];