1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00

small fix

This commit is contained in:
Your Name 2021-08-20 17:07:43 +04:30
parent 3f6a8f696c
commit fb8068e223

View File

@ -355,7 +355,7 @@ int main(int argc,char** argv){
}
}
bool fastgen= fastgen || !(!getenv("SUDOKU_FASTGEN"));
fastgen= fastgen || !(!getenv("SUDOKU_FASTGEN"));
initscr();
#ifndef NO_MOUSE
mousemask(ALL_MOUSE_EVENTS,NULL);