Skip to content

Commit

Permalink
2014年12月18日09:34:03
Browse files Browse the repository at this point in the history
  • Loading branch information
a382793896 committed Dec 18, 2014
1 parent 5e03f81 commit 3db168a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HorseRace/HorseRaceMainDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ bool CHorseRaceMainDlg::QpTrade()
// }
//}
//return true;
std::list<TRADE_DATA>::iterator iter;

int nRet = 0;
//读取连赢Q交易成功的记录,根据场,马,折扣 吃票,。。。
//不管在位置Q存在不存在,直接吃,失败降折扣1-2.还是不行就,赌回去。
Expand All @@ -764,6 +764,7 @@ bool CHorseRaceMainDlg::QpTrade()
GetDlgItem(IDC_EDIT6)->GetWindowText(szCondition.amount);
GetDlgItem(IDC_EDIT7)->GetWindowText(szCondition.limit);
//判断场次和马次是否交易过
std::list<TRADE_DATA>::iterator iter;
for (iter = m_list_trade_record[0].begin(); iter != m_list_trade_record[0].end(); ++iter)
{

Expand Down
Binary file modified Release/HorseRace.exe
Binary file not shown.

0 comments on commit 3db168a

Please sign in to comment.