Bad shot name of TOPLEFT

This commit is contained in:
Yorick Barbanneau 2021-10-15 16:59:22 +02:00
parent 97ecb4d93a
commit f2bc1a2c12

View file

@ -4,7 +4,7 @@
char * get_short_position(e_location pos){ char * get_short_position(e_location pos){
switch(pos) { switch(pos) {
case TOPLEFT: case TOPLEFT:
return "TO"; return "TL";
case TOPCENTER: case TOPCENTER:
return "TC"; return "TC";
case TOPRIGHT: case TOPRIGHT: