src/genworld_gui.cpp
branchgamebalance
changeset 9909 dce9a6923bb7
parent 9906 6f41b8713b65
child 9911 0b8b245a2391
--- a/src/genworld_gui.cpp	Tue Jun 12 11:56:35 2007 +0000
+++ b/src/genworld_gui.cpp	Wed Jun 13 11:00:24 2007 +0000
@@ -899,7 +899,7 @@
 
 /**
  * Set the total of a stage of the world generation.
- * @param class the current class we are in.
+ * @param cls the current class we are in.
  * @param total Set the total expected items for this class.
  *
  * Warning: this function isn't clever. Don't go from class 4 to 3. Go upwards, always.
@@ -914,7 +914,7 @@
 
 /**
  * Increases the current stage of the world generation with one.
- * @param class the current class we are in.
+ * @param cls the current class we are in.
  *
  * Warning: this function isn't clever. Don't go from class 4 to 3. Go upwards, always.
  *  Also, progress works if total is zero, total works if progress is zero.