debugging the BSP
[dosdemo] / src / polyfill.c
index e94de2f..1393cd2 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-#if defined(__WATCOMC__) || defined(_MSC_VER)
+#if defined(__WATCOMC__) || defined(_MSC_VER) || defined(__DJGPP__)
 #include <malloc.h>
 #else
 #include <alloca.h>
@@ -67,7 +67,7 @@ void polyfill_wire(struct pvertex *verts, int nverts)
  * but produces some slight quantization artifacts, due to the limited precision
  * of fixed-point calculations.
  */
-#undef HIGH_QUALITY
+#define HIGH_QUALITY
 
 /* extra bits of precision to use when interpolating colors.
  * try tweaking this if you notice strange quantization artifacts.