Procedure ShowCharacter(Const idx:ansistring); | +- Case MemberSize of 1:**Girl_Pos[0]:=4;** 2:begin Girl_Pos[0]:=2; Girl_Pos[1]:=4 end; 3:begin Girl_Pos[0]:=1; Girl_Pos[1]:=3; Girl_Pos[2]:=5 end end; Shouldn't it be in the middle?(Girl_Pos[0]:=3;)
Procedure ShowCharacter(Const idx:ansistring);
|
+- Case MemberSize of
1:Girl_Pos[0]:=4;
2:begin Girl_Pos[0]:=2; Girl_Pos[1]:=4 end;
3:begin Girl_Pos[0]:=1; Girl_Pos[1]:=3; Girl_Pos[2]:=5 end
end;
Shouldn't it be in the middle?(Girl_Pos[0]:=3;)