summarylogtreecommitdiffstats
path: root/powder-toy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'powder-toy.patch')
-rw-r--r--powder-toy.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/powder-toy.patch b/powder-toy.patch
deleted file mode 100644
index 9a5630ee6d2f..000000000000
--- a/powder-toy.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --unified --recursive --text --color The-Powder-Toy-94.1.orig/resources/powdertoy-save.xml The-Powder-Toy-94.1/resources/powdertoy-save.xml
---- The-Powder-Toy-94.1.orig/resources/powdertoy-save.xml 2019-02-21 07:23:45.000000000 +0200
-+++ The-Powder-Toy-94.1/resources/powdertoy-save.xml 2019-10-06 00:21:51.080019592 +0300
-@@ -1,6 +1,6 @@
- <?xml version="1.0"?>
- <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
-- <mime-type type="application/vnd.powdertoy.save">
-+ <mime-type type="application/vnd.powder-toy.save">
- <comment>Powder Toy save</comment>
- <glob pattern="*.cps"/>
- <glob pattern="*.stm"/>
-diff --unified --recursive --text --color The-Powder-Toy-94.1.orig/src/Config.h The-Powder-Toy-94.1/src/Config.h
---- The-Powder-Toy-94.1.orig/src/Config.h 2019-02-21 07:23:45.000000000 +0200
-+++ The-Powder-Toy-94.1/src/Config.h 2019-10-06 01:33:00.610003177 +0300
-@@ -40,7 +40,8 @@
- #endif
- //VersionInfoEnd
-
--//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
-+#define IGNORE_UPDATES
-+#define NO_INSTALL_CHECK
-
- #if !(defined(MACOSX) && defined(DEBUG))
- #define HIGH_QUALITY_RESAMPLE //High quality image resampling, slower but much higher quality than my terribad linear interpolation