X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=io.c;h=b3d2438d0b3ed289edd7a92c39790b696c5100da;hp=5de081916c4716c48a4fb5b0f74492bb3646693a;hb=e536fe754b3a9be00dcaee8f6ec50ea2d8c7a184;hpb=5db6160de8bad4de189d3b54dd54011260c7a34f diff --git a/io.c b/io.c index 5de0819..b3d2438 100644 --- a/io.c +++ b/io.c @@ -408,7 +408,7 @@ void makechart(void) void setpassword(void) { - if (!game.options & OPTION_CURSES) { + if (!(game.options & OPTION_CURSES)) { while (TRUE) { scan(); strcpy(game.passwd, citem);