OSDN Git Service

[Refactor] #39963 Moved TELEPORT_* from spells.h to spells-util.h and made them enum...
authorHourier <hourier@users.sourceforge.jp>
Wed, 29 Apr 2020 14:03:00 +0000 (23:03 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 29 Apr 2020 14:03:00 +0000 (23:03 +0900)
commit8601160dbf33565c79884a7c0d064bc47ead8be4
tree07a4bd9edb6b91d9b884f82e4feeb831ef3703a3
parentc03f84fdf708028c8fc3155142f511cb289bc70f
[Refactor] #39963 Moved TELEPORT_* from spells.h to spells-util.h and made them enum as teleport_flags
25 files changed:
src/cmd/cmd-activate.c
src/cmd/cmd-basic.c
src/cmd/cmd-mane.c
src/cmd/cmd-read.c
src/combat/melee.c
src/core.c
src/grid.c
src/grid.h
src/mind.c
src/mspells3.c
src/mspells4.c
src/mutation.c
src/racial.c
src/realm/realm-arcane.c
src/realm/realm-chaos.c
src/realm/realm-crusade.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/realm/realm-sorcery.c
src/realm/realm-trump.c
src/spell/spells-util.h
src/spells.h
src/spells2.c
src/spells3.c
src/wizard2.c