mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
PB: server compiles again, standalone RemoteClient is able to log in
This commit is contained in:
parent
10018280e5
commit
d3b96b1a88
39 changed files with 988 additions and 807 deletions
|
|
@ -24,6 +24,7 @@ public:
|
|||
{
|
||||
return QColor(value / 65536, (value % 65536) / 256, value % 256);
|
||||
}
|
||||
#endif
|
||||
color get_color() const // HACK
|
||||
{
|
||||
color c;
|
||||
|
|
@ -32,7 +33,6 @@ public:
|
|||
c.set_b(value % 256);
|
||||
return c;
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue