Commit 8d8e9860 authored by nanahira's avatar nanahira

fix

parent e6885877
...@@ -1380,7 +1380,7 @@ void Game::DrawDeckBd() { ...@@ -1380,7 +1380,7 @@ void Game::DrawDeckBd() {
driver->draw2DRectangleOutline(Resize(313 + i * dx, 563, 359 + i * dx, 629)); driver->draw2DRectangleOutline(Resize(313 + i * dx, 563, 359 + i * dx, 629));
} }
} }
if(is_siding) { if(false) {
// side chat background // side chat background
driver->draw2DRectangle(Resize(805, 10, 1020, 630), 0x400000ff, 0x400000ff, 0x40000000, 0x40000000); driver->draw2DRectangle(Resize(805, 10, 1020, 630), 0x400000ff, 0x400000ff, 0x40000000, 0x40000000);
driver->draw2DRectangleOutline(Resize(804, 9, 1020, 630)); driver->draw2DRectangleOutline(Resize(804, 9, 1020, 630));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment