Browse Source

fix: sorting
chore: import fix to deleting chars

Sam Jaffe 1 year ago
parent
commit
6cdcd20531
2 changed files with 2 additions and 2 deletions
  1. 1 1
      external/ncurses-wrapper
  2. 1 1
      include/dice-roll/roll.h

+ 1 - 1
external/ncurses-wrapper

@@ -1 +1 @@
-Subproject commit fb7dd23ddffb192363b5fe37000e846bcb153e9d
+Subproject commit 3627fac9193a6477e564ec346cb52d1402a08305

+ 1 - 1
include/dice-roll/roll.h

@@ -22,9 +22,9 @@ enum class outcome {
 struct die_outcome {
   friend auto operator<=>(die_outcome const &, die_outcome const &) = default;
 
+  bool dropped{false};
   int roll;
   int sides;
-  bool dropped{false};
 };
 
 // Describe the actual result of rolling (+/-)NdM