branch | 0.9.24 |
changeset 13550 | d42237d16acf |
parent 13174 | 061d55939e47 |
child 13568 | 470982c05f7e |
child 13592 | 1c45ce3ff296 |
--- 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;