1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-01 13:24:25 +01:00

fixed stupid bug

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40364
This commit is contained in:
David Anderson 2007-04-05 21:07:10 +00:00
parent 76c6763cd2
commit c9eab2b76d

View File

@ -137,7 +137,7 @@ extern "C" void _LoadFunction()
} else if (strcmp(input, "error") == 0) {
mode = Restart_Error;
} else if (strcmp(input, "quit") == 0) {
mode = Restart_Never;
mode = Restart_Quit;
}
}
}