Commit 4497cb18 authored by nanahira's avatar nanahira

clean

parent 9ca608d0
......@@ -883,9 +883,6 @@ bool Game::Initialize() {
}
hideChat = false;
hideChatTimer = 0;
screenshotSequence = 0;
sprintf(screenshotDirectory, "screenshots/ygopro_%u", device->getTimer()->getRealTime());
FileSystem::MakeDir(screenshotDirectory);
return true;
}
void Game::MainLoop() {
......
......@@ -260,9 +260,6 @@ public:
bool always_chain;
bool ignore_chain;
bool chain_when_avail;
int screenshotSequence;
char screenshotDirectory[64];
bool is_building;
bool is_siding;
......
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