Files @ r25696:265cb5def15f
Branch filter:

Location: cpp/openttd-patchpack/source/media/openttd.128.png

Patric Stout
Codechange: use SL_NULL if you want to store null-bytes or load to nothing

Using SL_ARR for this gives us a bit of trouble later on, where we
add a length-field to SL_ARR. This of course is not the intention
of SLE_CONDNULL. So better seperate it.