OSDN Git Service

fix encoding
authordis- <dis.rogue@gmail.com>
Wed, 12 Mar 2014 09:18:54 +0000 (18:18 +0900)
committerdis- <dis.rogue@gmail.com>
Wed, 12 Mar 2014 09:18:54 +0000 (18:18 +0900)
13 files changed:
src/artifact.c
src/autopick.c
src/avatar.c
src/birth.c
src/bldg.c
src/cave.c
src/chuukei.c
src/cmd1.c
src/cmd2.c
src/cmd3.c
src/cmd4.c
src/cmd5.c
src/cmd6.c

index 9a8f611..0b87989 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  * @file artifact.c
  * @brief アーティファクトの生成と管理 / Artifact code
  * @date 2013/12/11
index bbe39fa..da5a34c 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  * @file autopick.c
  * @brief 自動拾い機能の実装 / Object Auto-picker/Destroyer
  * @date 2014/01/02
index b125225..71729c0 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
     @file avatar.c
     @brief ウルティマ4を参考にした徳のシステムの実装 / Enable an Ultima IV style "avatar" game where you try to achieve perfection in various virtues.
     @date 2013/12/23
index e38a459..ec5dd79 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  * @file birth.c
  * @brief プレイヤーの作成を行う / Create a player character
  * @date 2013/12/28
index 48be160..f602ee8 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
     @file bldg.c
     @brief 町の施設処理 / Building commands
     @date 2013/12/23
index a15d71c..e84d020 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  * @file cave.c
  * @brief ダンジョンの基礎部分実装(主にマスの実装) / low level dungeon routines -BEN-
  * @date 2013/12/30
index 15cfafd..4916603 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
     @file chuukei.c
     @brief 中継機能の実装
     @date 2014/01/02
index c3a73d4..77b418a 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  *  @file cmd1.c
  *  @brief プレイヤーのコマンド処理1 / Movement commands (part 1)
  *  @date 2014/01/02
index 6350c52..4078c2b 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  *  @file cmd2.c
  *  @brief プレイヤーのコマンド処理2 / Movement commands (part 2)
  *  @date 2014/01/02
index f080876..787d138 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  *  @file cmd3.c
  *  @brief プレイヤーのアイテムに関するコマンドの実装1 / Inventory commands
  *  @date 2014/01/02
index 54c8176..f37cf3e 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  * @file cmd4.c
  * @brief プレイヤーのインターフェイスに関するコマンドの実装 / Interface commands
  * @date 2014/01/02
index c9144c7..9ed78fa 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  *  @file cmd5.c
  *  @brief プレイヤーの魔法に関するコマンドの実装 / Spell/Prayer commands
  *  @date 2014/01/02
index 4489058..f84f418 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*!
  * @file cmd6.c
  * @brief プレイヤーのアイテムに関するコマンドの実装2 / Spell/Prayer commands
  * @date 2014/01/27