diff --git a/SeasonsOfLoneliness.cpp b/SeasonsOfLoneliness.cpp index 1d1ab4d..ef6aae3 100644 --- a/SeasonsOfLoneliness.cpp +++ b/SeasonsOfLoneliness.cpp @@ -7,8 +7,8 @@ using namespace olc; -#define TEST_MAP1 //Toggle to just play around on map 1. -//#define TEST_MAP2 //Toggle on to just play around on map 2. +//#define TEST_MAP1 //Toggle to just play around on map 1. +#define TEST_MAP2 //Toggle on to just play around on map 2. #define STARTING_MAP "assets/maps/map1" #define STARTING_STATE CUTSCENE_1 @@ -1420,10 +1420,10 @@ public: } void setPlantStatus(int x,int y,char state) { - int numb=0b11111111111111111111111111111111; - int numb2=0; - numb-=3<