From 78216212e04b11431bf0e57b09f4077539b5e5f0 Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 12 Jun 2001 20:40:20 +0000 Subject: [PATCH] --- source/fx/fxfallingtile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fx/fxfallingtile.cpp b/source/fx/fxfallingtile.cpp index a8799f74a..022032dfc 100644 --- a/source/fx/fxfallingtile.cpp +++ b/source/fx/fxfallingtile.cpp @@ -15,7 +15,7 @@ /*****************************************************************************/ const int FallingTile_DefVY=-2; -const int FallingTile_DefLife=32; +const int FallingTile_DefLife=64; /*****************************************************************************/ /*****************************************************************************/