HomeWildfire Games

Fix conversion in previous rP21850 / D1575.

Description

Fix conversion in previous rP21850 / D1575.

Event Timeline

Why it was changed?

Because I apparently didn't compile it after changing this line.

vladislavbelov added a comment.EditedJun 21 2018, 8:51 PM

Because I apparently didn't compile it after changing this line.

What's the error?

It supposes to be something like: can't cast const char to const unsigned char.

Stan added a subscriber: Stan.Jun 22 2018, 2:30 PM
Stan added inline comments.
/ps/trunk/source/ps/scripting/JSInterface_Main.cpp
118

@vladislavbelov Shouldn't it be const_cast<const u8*> ?