From f6aa95266b438b86c8fdfea4470e6c29d0084455 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Tue, 2 Apr 2024 19:28:19 +0100 Subject: [PATCH] Change: Allow stripping 8bpp normal zoom with grfstrip. --- src/grfstrip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/grfstrip.cpp b/src/grfstrip.cpp index 240c7d81..917b8f3c 100644 --- a/src/grfstrip.cpp +++ b/src/grfstrip.cpp @@ -175,7 +175,7 @@ int main(int argc, char **argv) "\n" "Usage:\n" " GRFSTRIP ( )*\n" - " Strip real sprites that are not in the set \"normal 8bpp and the ones\n" + " Strip real sprites that are not in the set \"the ones\n" " specified at the command line\" from origin into dest.\n" " Known depths: "); for (int j = 0; j < num_depths; j++) { @@ -200,7 +200,7 @@ int main(int argc, char **argv) return 0; } - uint32_t allowed = 1; + uint32_t allowed = 0; for (int i = 3; i + 1 < argc; ) { int depth_offset = 0xFF; for (int j = 0; j < num_depths; j++) {