mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
Formatting & New updated IR
This commit is contained in:
@@ -255,8 +255,7 @@ bool place_on_top(Card* where, Card what) {
|
||||
int8_t b_letter = (int8_t)what.character;
|
||||
if(a_letter == 12) a_letter = -1;
|
||||
if(b_letter == 12) b_letter = -1;
|
||||
if(where->disabled && b_letter!=-1)
|
||||
return false;
|
||||
if(where->disabled && b_letter != -1) return false;
|
||||
if((a_letter + 1) == b_letter) {
|
||||
where->disabled = what.disabled;
|
||||
where->pip = what.pip;
|
||||
|
||||
Reference in New Issue
Block a user