OSDN Git Service

[Refactor] #37353 コンパイルが通ったのでgrid.h からplayer_type のtypedefを削除 / Removed typedef of...
authorHourier <hourier@users.sourceforge.jp>
Wed, 22 Jan 2020 12:28:01 +0000 (21:28 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 22 Jan 2020 12:28:01 +0000 (21:28 +0900)
src/grid.h

index e34c94e..c917e84 100644 (file)
@@ -41,8 +41,6 @@
   * Note the special fields for the "MONSTER_FLOW" code.
   */
 
-typedef struct player_type player_type; // TODO: Delete Finally.
-
 typedef struct grid_type grid_type;
 
 struct grid_type