No. I mean: When I create new explosion I have to put it explosion value to 9999999999999999999999999999999999 or it is not enough powerfull. So could it be changed like only 999999999 will be as much as current 9999999999999999999999999999999999.
@jenn4(View Post) You need to make an update function that causes it to release much pressure, debris, etc.
EDIT: Also, with all those 9s, you are WAY over the maximum value of even an unsigned long long int! EDIT2: I actually looked up the maximum value of an unsigned long long int in my limits.h, 18446744073709551615. That's way larger than what I thought my computer could handle 0.o