( kmARC | 2012. 11. 07., sze – 20:12 )

Elkaptunk egy diffet, ez volt benne:


*** renderimpl.c	2011-04-31 17:43:59.948968323 -0600
--- renderimpl.c	2012-11-05 16:10:27.384955596 -0600
*************** int repaint(unsigned x, unsigned y) {
*** 82,87 ****
--- 82,90 ----
  
      if (strcmp(EVILGLOBALSTATE->platform, "windows") == 0) {
          // no performance-related degradation must go here EVER!
+     } else if (   strcmp(EVILGLOBALSTATE->platform, "linux") == 0
+                && strcmp(EVILGLOBALSTATE->flavor, "ubuntu") == 0) {
+         // they began to pay. See bug number #21. 
      } else {
          // shitty nongaming platforms with low revenues
          usleep(3);