Skip to content

Commit

Permalink
news: rak the idiot strikes again
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Dec 6, 2024
1 parent 9808ee5 commit fc11a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/src/interface/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ macro_rules! set_type {
impl crate::interface::SetType<$typ, $sq> for $name {
const EMPTY: Self = Self(0);
const UNIVERSE: Self = Self(match (1 as $typ).checked_shl(<$sq as $crate::interface::RepresentableType<_>>::N as u32) {
Some(universe) => universe,
Some(universe) => universe.wrapping_sub(1),
None => (-1i8) as $typ,
});
}
Expand Down

0 comments on commit fc11a2a

Please sign in to comment.