src/misc.cpp
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9908 0fa543611bbe
child 9911 0b8b245a2391
--- a/src/misc.cpp	Wed Jun 13 11:00:24 2007 +0000
+++ b/src/misc.cpp	Wed Jun 13 11:17:30 2007 +0000
@@ -288,7 +288,7 @@
 	int index;
 
 	while ((index = SlIterateArray()) != -1) {
-		SlArray(_name_array[index],SlGetFieldLength(),SLE_UINT8);
+		SlArray(_name_array[index], SlGetFieldLength(), SLE_UINT8);
 	}
 }