error in process_choose_units

This commit is contained in:
xxsoca 2023-06-20 10:01:18 +02:00
parent b99194c9da
commit 1a55e15e76

2
gui.pl
View File

@ -19,7 +19,7 @@ process_choose_units(P1U1, P1U2, P1U3, P2U1, P2U2, P2U3) :-
get(P2U2, selection, Text2U2),
get(P2U3, selection, Text2U3),
init_player1(Text1U1, Text1U2, Text1U3),
init_player2(Text2U1, Text2U2, Text2U3),
init_player2(Text2U1, Text2U2, Text2U3).
process_choose_units_1(U1, U2, U3) :-
get(U1, selection, Text1),