i use arch btw
SendChatTarget
doesn't really make sense either, since it's more of a "respond to the person executing the command"New name:
label scaled
CUI::Margin
instead of both HMargin
and VMargin
, when the margin value is identical.
SendChatTarget
doesn't really make sense either, since it's more of a "respond to the person executing the command" SendChatTarget
doesn't fit that description/ UI()->Scale()
to split elements scale independent again.
Relevant TODO:
https://github.com/ddnet/ddnet/blob/68b6027114207d7f61b4b57ed80a...grep -rin '=.*/' | wc -l
1771
11-14
seems to have been misinterpreted if consteval {
}
c++
decimal operator+(const decimal& lhs, const decimal& rhs)
{
decimal res(lhs.i+rhs.i-0.01);
myaccount.wire(0.01);
return res;
}
c++
decimal operator+(const decimal& lhs, const decimal& rhs)
{
decimal res(lhs.i+rhs.i-0.01);
myaccount.wire(0.01);
return res;
}
tr 'a-z' 'A-Z'
there you goerror: lvalue required as increment operand
(++i)++
works, though