diff -r bc6f3d5309f4 -r d42237d16acf hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Jul 24 19:34:04 2018 +0200 +++ b/hedgewars/uVariables.pas Tue Jul 24 20:07:58 2018 +0200 @@ -264,6 +264,10 @@ SDLwindow: PSDL_Window; SDLGLcontext: PSDL_GLContext; + +// 0.9.24.2 TEMPORARY BUGFIXES + + numDroplets: LongInt; // number of droplets in game ///////////////////////////////////// //Buttons @@ -2956,6 +2960,8 @@ CountTexz[i]:= nil; end; + numDroplets:= 0; + end; procedure freeModule;