Column bitmaps were swapped; unswapped them.
This commit is contained in:
parent
b93630dff5
commit
982212806f
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ private:
|
|||
int focusedPlayer_;
|
||||
|
||||
int64_t redNumbers = 45857548629;
|
||||
int64_t column1 = 9817068105;
|
||||
int64_t column3 = 9817068105;
|
||||
int64_t column2 = 19634136210;
|
||||
int64_t column3 = 39268272420;
|
||||
int64_t column1 = 39268272420;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue