aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index fb13b5a..717fc1e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -173,7 +173,7 @@ std::string readFile(const char *filePath) {
if(!fileStream.is_open()) {
std::cerr << "Could not read file " << filePath << ". File does not exist." << std::endl;
- return "";
+ return "cancer";
}
std::string line = "";
@@ -965,7 +965,7 @@ void logic(){
HLINE*1.25,
rand()%2 == 0?-(rand()%7)*.01:(rand()%7)*.01,
((4+rand()%6)*.05),
- {0.0f,0.0f,255.0f},
+ {0,0,255},
2500);
currentWorld->particles.back()->fountain = true;