• R/O
  • HTTP
  • SSH
  • HTTPS

hengbandosx: Commit

The master and develop branches track hengband.

OS X development happens on the macos-1-6-2, macos-2-2-1, and macos-develop branches.


Commit MetaInfo

Revisão75a58aaee041b9c5d7bc8fea684bd9701f7f77f2 (tree)
Hora2020-10-12 23:55:39
Autordeskull <deskull@user...>
Commiterdeskull

Mensagem de Log

Merge remote-tracking branch 'remotes/OSX/For2.2.2-Refactoring-incomplete-type-for-enum' into For2.2.2-Refactoring

Mudança Sumário

Diff

--- a/src/system/monster-race-definition.h
+++ b/src/system/monster-race-definition.h
@@ -1,5 +1,7 @@
11 #pragma once
22
3+#include "monster-attack/monster-attack-effect.h"
4+#include "monster-attack/monster-attack-types.h"
35 #include "system/angband.h"
46
57 /*
@@ -10,8 +12,6 @@
1012 * - Damage Dice
1113 * - Damage Sides
1214 */
13-typedef enum rbm_type rbm_type;
14-typedef enum rbe_type rbe_type;
1515 typedef struct monster_blow {
1616 rbm_type method;
1717 rbe_type effect;
Show on old repository browser