pkgsrc/games/powder-toy/patches/patch-src_Config.h
nia d784d4c906 games/powder-toy: Add version 74.1
The Powder Toy is a free physics sandbox game, which simulates air
pressure and velocity, heat, gravity and a countless number of
interactions between different substances! The game provides you
with various building materials, liquids, gases and electronic
components.
2019-04-13 12:08:04 +00:00

15 lines
564 B
C

$NetBSD: patch-src_Config.h,v 1.1 2019/04/13 12:08:04 nia Exp $
Disable auto-updater.
--- src/Config.h.orig 2019-02-21 05:23:45.000000000 +0000
+++ src/Config.h
@@ -40,7 +40,7 @@
#endif
//VersionInfoEnd
-//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
+#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
#if !(defined(MACOSX) && defined(DEBUG))
#define HIGH_QUALITY_RESAMPLE //High quality image resampling, slower but much higher quality than my terribad linear interpolation