Skip to content

Commit 7d6bec6

Browse files
committed
Update default IX86 file lists
1 parent 4ed27a2 commit 7d6bec6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

util/Constants.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ public final class Constants{
1919
public static final byte PRODUCT_STARCRAFTSHAREWARE= 0x0B;
2020
public static String[] prods = {"STAR", "SEXP", "W2BN", "D2DV", "D2XP", "JSTR", "WAR3", "W3XP", "DRTL", "DSHR", "SSHR"};
2121
public static String[][] IX86files = {
22-
{"IX86/STAR/", "Starcraft.exe", "Storm.dll", "Battle.snp", "STAR.bin"},
23-
{"IX86/STAR/", "Starcraft.exe", "Storm.dll", "Battle.snp", "STAR.bin"},
22+
{"IX86/STAR/", "StarCraft.exe", "Storm.dll", "NULL", "STAR.bin"},
23+
{"IX86/STAR/", "StarCraft.exe", "Storm.dll", "NULL", "STAR.bin"},
2424
{"IX86/W2BN/", "Warcraft II BNE.exe", "Storm.dll", "Battle.snp", "W2BN.bin"},
25-
{"IX86/D2DV/", "game.exe", "Bnclient.dll", "D2Client.dll", "D2DV.bin"},
26-
{"IX86/D2XP/", "game.exe", "Bnclient.dll", "D2Client.dll", "D2XP.bin"},
25+
{"IX86/D2DV/", "Game.exe", "NULL", "NULL", "D2DV.bin"},
26+
{"IX86/D2XP/", "Game.exe", "NULL", "NULL", "D2XP.bin"},
2727
{"IX86/JSTR/", "StarcraftJ.exe", "Storm.dll", "Battle.snp", "JSTR.bin"},
28-
{"IX86/WAR3/", "war3.exe", "Storm.dll", "Game.dll", "WAR3.bin"},
29-
{"IX86/WAR3/", "war3.exe", "Storm.dll", "Game.dll", "WAR3.bin"},
28+
{"IX86/WAR3/", "Warcraft III.exe", "NULL", "NULL", "WAR3.bin"},
29+
{"IX86/WAR3/", "Warcraft III.exe", "NULL", "NULL", "WAR3.bin"},
3030
{"IX86/DRTL/", "Diablo.exe", "Storm.dll", "Battle.snp", "DRTL.bin"},
3131
{"IX86/DSHR/", "Diablo_s.exe", "Storm.dll", "Battle.snp", "DSHR.bin"},
32-
{"IX86/SSHR/", "Starcraft_s.exe", "Storm.dll", "Battle.snp", "SSHR.bin"}
32+
{"IX86/SSHR/", "Starcraft.exe", "Storm.dll", "Battle.snp", "SSHR.bin"}
3333
};
3434
public static int[] IX86verbytes = {0xD3, 0xD3, 0x4f, 0x0e, 0x0e, 0xa9, 0x1E, 0x1E, 0x2a, 0x2a, 0xa5};
3535
public static String[] IX86versions = {"", "", "2.0.2.1", "1.14.3.71", "1.14.3.71", "", "", "", "2001, 5, 18, 1", "", ""};

0 commit comments

Comments
 (0)