summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit29a14fd37f222a0fb47effbabe4b3c3f52bad75a (patch)
tree451791bdbe56bd8d8334bfd48e73f0494c1cbc4f /src/birth.cc
parent5286cd001b32a383e4c0f37ee76eb06f1672295c (diff)
Use std::array<> and bool
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/birth.cc b/src/birth.cc
index d9e65026..295337dc 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -2648,7 +2648,7 @@ static bool player_birth_aux()
}
/* Save this for the next character */
- game->previous_char.quick_ok = TRUE;
+ game->previous_char.quick_ok = true;
save_prev_data();
/* Accept */