hedgewars/VGSHandlers.inc
changeset 5121 2d34ec60992c
parent 4976 088d40d8aba2
child 5151 cbadb9fa52fc
--- a/hedgewars/VGSHandlers.inc	Thu Apr 07 14:13:11 2011 -0400
+++ b/hedgewars/VGSHandlers.inc	Thu Apr 07 23:54:09 2011 +0200
@@ -15,6 +15,16 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  *)
+
+(*
+ * This file contains the step handlers for visual gears.
+ *
+ * Since the effects of visual gears do not affect the course of the game,
+ * no "synchronization" between players is required.
+ * => The usage of safe functions or data types (e.g. GetRandom() or hwFloat)
+ * is usually not necessary and therefore undesirable.
+ *)
+
 procedure doStepFlake(Gear: PVisualGear; Steps: Longword);
 var sign: real;
 begin