|
@ -81,7 +81,7 @@ char* getUserInput(){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
int startMenu( int code ){ |
|
|
int startMenu( int code ){ |
|
|
if( code == 1 ){ // command test |
|
|
|
|
|
|
|
|
if( code == -1 ){ // command test |
|
|
return 1; |
|
|
return 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ int startMenu( int code ){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
int startGame( int code ){ |
|
|
int startGame( int code ){ |
|
|
if( code == 1 ){ // command test |
|
|
|
|
|
|
|
|
if( code == -1 ){ // command test |
|
|
return 1; |
|
|
return 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|