+ 'Rummel' has joined the roster of 'The BonkerBox' Racer Pack!
+ 'Rabalder' has joined the roster of 'The BonkerBox' Racer Pack!
~ Fizzwizzle: Previously, this racer had their S_SKIN
lump list their name
as bonkerfizzwizzleFizzwizzle
as opposed to the intended value of bonkerfizzwizzle
. This was due to a bug with Kartmaker's char
buffer in which it seems to understand that the limit for a name in the DRRR game engine is 16
char
s but does not account for the fact that this 16
char
limit does not include the null terminator, leading to name
values of exactly 16
char
s in length instructing Kartmaker to read a char
beyond the name
char
buffer bounds into random memory, the results of course varying from there. This issue is inconsequential as DRRR will only read the first 16
char
s of the name value anyway which is how the issue went unnoticed all this time, DRRR was simply clever enough to fix it for us. Regardless, the issue has been remedied as of this update!