Skip to content

Commit 383caff

Browse files
committed
cleanup
1 parent 90f2bd2 commit 383caff

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Common/Cpp/Concurrency/ComputationThreadPoolCore.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
#include "ReverseLockGuard.h"
99
#include "ComputationThreadPoolCore.h"
1010

11-
// REMOVE
12-
#include <iostream>
13-
using std::cout;
14-
using std::endl;
11+
//#include <iostream>
12+
//using std::cout;
13+
//using std::endl;
1514

1615
namespace PokemonAutomation{
1716

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace PokemonAutomation{
2626
const bool IS_BETA_VERSION = true;
2727
const int PROGRAM_VERSION_MAJOR = 0;
2828
const int PROGRAM_VERSION_MINOR = 54;
29-
const int PROGRAM_VERSION_PATCH = 13;
29+
const int PROGRAM_VERSION_PATCH = 14;
3030

3131
const std::string PROGRAM_VERSION_BASE =
3232
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +

SerialPrograms/Source/PokemonSV/Programs/PokemonSV_Terarium.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ void return_to_plaza(const ProgramInfo& info, VideoStream& stream, ProController
4242
[&](ProControllerContext& context){
4343
pbf_mash_button(context, BUTTON_B, 10000);
4444
},
45-
{ overworld }
46-
);
45+
{overworld}
46+
);
4747
if (ret_overworld == 0){
4848
stream.log("Overworld detected.");
4949
}

0 commit comments

Comments
 (0)