Wang Jeff 4 vuotta sitten
vanhempi
commit
7b4ed23d34
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      GameAssist/GameAssist/GameAssistDlg.cpp

+ 2 - 1
GameAssist/GameAssist/GameAssistDlg.cpp

@@ -109,7 +109,7 @@ BOOL ClickDlgSetup(HWND hWnd, LPCSTR lpszTemplateImage)
 	SRAND(200, 300);
 	// 单击目标后,要往移走鼠标,防止下面匹配的时候被鼠标挡住;
 	GAssist::MouseMove(hWnd, CPoint(rc.right + RAND(5, 12), rc.bottom + RAND(5, 10)));
-
+	SRAND(300, 500);
 	return TRUE;
 #endif
 }
@@ -779,6 +779,7 @@ void BattleYS(HWND hWnd, const char* lpszJN)
 				SRAND(300, 500);
 				// 战斗;
 				ClickDlgSetup(hWnd, _T("img\\确定.bmp"));
+				SRAND(200, 300);
 			}
 		}
 	}