--- a/hedgewars/hwengine.pas Sun Apr 25 18:38:08 2010 +0000
+++ b/hedgewars/hwengine.pas Mon Apr 26 01:55:26 2010 +0000
@@ -349,7 +349,7 @@
//uLandTexture does not need initialization
//uLocale does not need initialization
uRandom.initModule;
- //uSHA does not need initialization
+ //uSHA is initialized internally
uSound.initModule;
uStats.initModule;
uStore.initModule;
@@ -391,7 +391,7 @@
uConsole.freeModule;
uConsts.freeModule; //stub
uScript.freeModule;
-// uMisc closes the debug log.
+ // uMisc closes the debug log.
uMisc.freeModule;
end;