Index: new-game.cpp
===================================================================
--- new-game.cpp	(revision 6abfd07ddaf9e27682c6ace96bbfc076078fa71a)
+++ new-game.cpp	(revision b3734660b44b83ea30bd28f6fbf37ea72889956e)
@@ -292,12 +292,8 @@
 
 // Helps to test logging during crashes
-int badFunc() {
+void badFunc() {
    int* test = NULL;
 
-   string test2 = "lol";
-   cout << test2 << endl;
-
    *test = 1;
-   return *test;
 }
 
