瀏覽代碼

fix zero's win text

groshev 8 月之前
父節點
當前提交
b153464fe4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"