X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/e20a2581da67104e8fb26ce5c4a8e620d9c1ca75..5ffb00a9924c567c3790d532a474c9847661397b:/src/sim/g_bigmap.c diff --git a/src/sim/g_bigmap.c b/src/sim/g_bigmap.c index 7e99174..d70225d 100644 --- a/src/sim/g_bigmap.c +++ b/src/sim/g_bigmap.c @@ -192,6 +192,8 @@ MemDrawBeegMapRect(SimView *view, int x, int y, int w, int h) case 24: case 32: ROW16_32(); + break; + default: /* XXX: handle different depths */ break;