1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

fix error of merge

This commit is contained in:
2022-06-17 09:05:22 +02:00
parent b67798adb5
commit 769adeeeca
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ package Text;
import Entity.Enemy;
import java.util.Vector;
import java.util.Arrays;
import java.util.Random;
public class TextEnemy {
@@ -79,7 +78,7 @@ public class TextEnemy {
int[] currentRandom = new int[5];
currentRandom[0] = orderAttack[j];
//generate a random array to determin the order of the answer
//generate a random array to determine the order of the answer
orderAnswer = randomGenerate(0, 3, 4);
//save the order of answer and attack