hedgewars/uMisc.pas
changeset 2915 a02f276035e8
parent 2905 f3c79f7193a9
child 2947 803b277e4894
--- a/hedgewars/uMisc.pas	Wed Mar 03 02:36:52 2010 +0000
+++ b/hedgewars/uMisc.pas	Wed Mar 03 02:56:18 2010 +0000
@@ -84,6 +84,7 @@
 	cShowFPS	: boolean;
 	cCaseFactor	: Longword;
 	cLandAdditions	: Longword;
+	cExplosives	: Longword;
 	cFullScreen	: boolean;
 	cReducedQuality	: boolean;
 	cLocaleFName	: shortstring;
@@ -723,6 +724,7 @@
 	cShowFPS		:= false;
 	cCaseFactor		:= 5;  {0..9}
 	cLandAdditions		:= 4;
+	cExplosives		:= 2;
 	cFullScreen		:= false;
 	cReducedQuality		:= false;
 	cLocaleFName		:= 'en.txt';