- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
this.sector = this.neo.MoveTo(gameTime, out startLive, out steps);
if (!FP)
{
//stepCnt += steps;
showCard = true;
FP = true;
}
// БЫЛО: bool[] btnCard = this.cm.GetCard(stepCnt, out card, this.neo);
// СТАЛО:
bool[] btnCard = this.cm.GetCard(neo.Cursector, out card, this.neo);
// ... НО ИЗЗА ТАКИХ МЕСТ В КОДЕ ЭТО ПИЗДЕЦ КАК СЛОЖНО!
if (this.card == null)
{
//stepCnt -= 29;
//btnCard = this.cm.GetCard(stepCnt, out card, this.neo);
btnCard = this.cm.GetCard(neo.Cursector, out card, this.neo);
}
dm_fomenok 02.03.2017 17:49 # 0
О, привет, Нео из "Матрицы"!