Skip to content

NOWIPE fixes for colormap and title card wipes

mazmazz requested to merge mazmazz_/SRB2:nowipe-fixes into master

Compiling with NOWIPE=1 would still execute the colormap wipe loops, so I added some #ifndef NOWIPE lines to fix that right up.

The significance here is that emscripten builds can't run wipes due to its loop behavior. You can try NOWIPE in action here.

Merge request reports