Ver código fonte

fix zero's win text

groshev 8 meses atrás
pai
commit
b153464fe4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      ttt_meta_session.h

+ 1 - 1
ttt_meta_session.h

@@ -17,7 +17,7 @@
 #define META_FIELD_IS_OCCUPIED_HNDL "the field is alredy occupied"
 
 #define META_CROSS_WIN "X wins!!!"
-#define META_ZERO_WIN  "Draw!!!"
+#define META_ZERO_WIN  "O wins!!!"
 #define META_DRAW      "Draw!!!"
 
 #define META_DEVIDER " --------- --------- --------- \n"