Skip to content

Commit 6252c1a

Browse files
committed
fixing Stone play in help section
1 parent 5adb54f commit 6252c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pdata playoptions(pTable ptable, pdata list,pmaxplays pmaxplays,int turn,int rob
8585

8686
case 4:
8787
printf("\tHow to play:\nValid inputs:\n\nline,column - Places the apropriate piece in the square with the given coordinates if possible\nExample: 1,2\tplaces piece in the first line second column\n\n");
88-
printf("line,columnS - Places a stone in the square with the given coordinates if possible (max one per player)\nExample: 1,2R\tplaces rock in the first line second column\n\n");
88+
printf("line,columnS - Places a stone in the square with the given coordinates if possible (max one per player)\nExample: 1,2S\tplaces rock in the first line second column\n\n");
8989
printf("C - Adds a column,\nL - Adds a line\n\t each player can play one of these two options twice per game\n\n");
9090
printf("Objective: compleate a line, column or diagonal of the same color (diagonal are only possible on square tables)\n");
9191
goback=1;

0 commit comments

Comments
 (0)