• 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

Révision78b297160be95f630115f225acec3d3e476e7329 (tree)
l'heure2022-05-09 21:04:20
AuteurEric Branlund <ebranlund@fast...>
CommiterEric Branlund

Message de Log

Merge branch 'develop' into macos-develop

Change Summary

Modification

--- a/src/wizard/wizard-game-modifier.cpp
+++ b/src/wizard/wizard-game-modifier.cpp
@@ -153,7 +153,7 @@ void wiz_complete_quest(PlayerType *player_ptr)
153153 void wiz_restore_monster_max_num(MonsterRaceId r_idx)
154154 {
155155 if (!MonsterRace(r_idx).is_valid()) {
156- int val;
156+ int val = 1;
157157 if (!get_value("MonsterID", 1, r_info.size() - 1, &val)) {
158158 return;
159159 }
Afficher sur ancien navigateur de dépôt.