summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
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 f25a00a..762be04 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -5,7 +5,7 @@ using namespace std;
int main(){
int choice;
- while(inGame == false){
+ while(!inGame){
cout << "Welcome to minesweeper 0.1.0\n";
cout << "\n";
cout << "Select difficulty:\n"