X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=1674aa56cbc069e99e8547e817f0c0a1e1cd0f96;hb=3cecf0052abef6ada34ec8daa5639e7ceae4d36e;hp=be7447666d29dc90c4e29ca326d51a365bb2c84d;hpb=e534f3cf4f5640bf422bb1484e1cc45c0a4b5339;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index be744766..1674aa56 100644 --- a/src/init.c +++ b/src/init.c @@ -5080,7 +5080,7 @@ static void Execute_Command(char *command) str_ptr++; } - if (global.autoplay_mode & AUTOPLAY_MODE_WARP_NO_DISPLAY) + if (global.autoplay_mode & AUTOPLAY_WARP_NO_DISPLAY) program.headless = TRUE; } else if (strPrefix(command, "patch tapes "))