hedgewars/uRandom.pas
changeset 3369 c7289e42f0ee
parent 3295 ced0ee8280ad
child 3407 dcc129c4352e
--- a/hedgewars/uRandom.pas	Sun Apr 25 18:38:08 2010 +0000
+++ b/hedgewars/uRandom.pas	Mon Apr 26 01:55:26 2010 +0000
@@ -99,6 +99,7 @@
 procedure initModule;
 begin
     n:= 54;
+    FillChar(cirbuf, 64*sizeof(Longword), 0);
 end;
 
 procedure freeModule;