도시에서 턴이 4개만 보이는 버그 수정
This commit is contained in:
@@ -307,7 +307,7 @@ for($j=0; $j < $gencount; $j++) {
|
|||||||
<font size=1>";
|
<font size=1>";
|
||||||
$turn = getTurn($general, 1);
|
$turn = getTurn($general, 1);
|
||||||
|
|
||||||
for($i=0; $i < 4; $i++) {
|
for($i=0; $i < 5; $i++) {
|
||||||
$k = $i+1;
|
$k = $i+1;
|
||||||
echo "
|
echo "
|
||||||
$k : $turn[$i]<br>";
|
$k : $turn[$i]<br>";
|
||||||
|
|||||||
Reference in New Issue
Block a user