• 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

Revision684425e78f4c942ec72efe4cf5c2a00f96d2382c (tree)
Zeit2021-04-08 11:41:09
AutorEric Branlund <ebranlund@fast...>
CommiterEric Branlund

Log Message

Merge branch 'no-precompiled-wizard-spells-vector' into macos-develop

Ändern Zusammenfassung

Diff

--- a/src/wizard/wizard-spells.cpp
+++ b/src/wizard/wizard-spells.cpp
@@ -28,6 +28,8 @@
2828 #include "target/target-getter.h"
2929 #include "view/display-messages.h"
3030
31+#include <vector>
32+
3133 debug_spell_command debug_spell_commands_list[SPELL_MAX] = {
3234 { 2, "vanish dungeon", { .spell2 = { vanish_dungeon } } },
3335 { 3, "true healing", { .spell3 = { true_healing } } },
Show on old repository browser