hedgewars/hwengine.pas
changeset 3369 c7289e42f0ee
parent 3365 37ac593e9027
child 3387 733f4001b8b9
--- 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;