Closed
Description
Test case:
@> Control Variables: V[0001] = 9999999
@> Control Variables: V[0001] *= 300
This overflow a signed 32bit integer.
RPG_RT: 9999999
Player: -9999999
Test case:
@> Control Variables: V[0001] = 9999999
@> Control Variables: V[0001] *= 300
This overflow a signed 32bit integer.
RPG_RT: 9999999
Player: -9999999