Files
VVVVVV/desktop_version/src
Misa 3c6cb0167d Fix platv values outside map size being saved as 67372036
If the map size was less than 20x20, platv values outside the map would
end up being saved as 67372036.

This happens because SDL_memset() operates on the byte level, and not
the multi-byte level. So it takes only the lower 8 bits of 4 and repeats
it for each byte in each integer, creating 67372036.
2021-09-10 19:49:27 -07:00
..
2020-01-08 10:37:50 -05:00
2021-02-15 23:07:35 -05:00
2021-02-25 19:38:25 -05:00
2021-08-31 19:07:36 -04:00
2021-09-04 16:31:56 -04:00
2021-08-31 15:09:07 -04:00
2020-11-04 12:06:57 -05:00
2020-11-04 12:06:57 -05:00