summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-26 17:26:01 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-26 17:26:01 +0100
commit773646966b6ea0cf69bd374ca55d60a030b873bc (patch)
tree4b738c2e65a16abceb9a856444037717561c693c /src/main.cpp
parent3806bb74674f305679efdaa2889d155531bc3643 (diff)
removed unnecesary function calls; debugging
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d36b797..3e1c1cc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,7 +23,7 @@ int main(){
} else if(choice == 3){
game.initDiff(2);
} else if(choice == 4){
- game.initDiff(3);
+ game.editDiff();
}
return 0;