Skip to content

Commit 9c78b10

Browse files
committed
Update APUnoTrapState.hx
1 parent dab960b commit 9c78b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/traps/games/APUnoTrapState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class APUnoTrapState extends UnoTestState {
7070
var unoColors = APItem.unoColorsUnlocked;
7171

7272
var unoColorsWithInt = [for (colorInfo in unoColors) {
73-
var colorInt = Std.parseInt(colorInfo.color);
73+
var colorInt = Std.parseInt('0x${colorInfo.color}');
7474
{name: colorInfo.name, color: colorInt};
7575
}];
7676
var usableColors:Array<UnoColor> = [];

0 commit comments

Comments
 (0)