--- a/hedgewars/hwengine.pas Wed Aug 22 11:42:42 2012 -0400
+++ b/hedgewars/hwengine.pas Wed Aug 22 12:35:46 2012 -0400
@@ -416,7 +416,6 @@
//uLandObjects does not need initialization
//uLandTemplates does not need initialization
//uLocale does not need initialization
- uRandom.initModule;
uScript.initModule;
uSound.initModule;
uStats.initModule;
@@ -444,7 +443,7 @@
uStats.freeModule; //stub
uSound.freeModule;
uScript.freeModule;
- uRandom.freeModule; //stub
+ //uRandom does not need to be freed
//uLocale does not need to be freed
//uLandTemplates does not need to be freed
uLandTexture.freeModule;