You may want to add some cout code to pinpoint what is going wrong.
something such as
cout<<"Entering -BATTLE-"<cout<<"ARGUMENTS->playerHP: "<
Problem With My Game
The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.
?Have a nice day!?
Found it:
int Hitpoints=InitialHitPoints;
should be
int HitPoints=InitialHitPoints;
int Hitpoints=InitialHitPoints;
should be
int HitPoints=InitialHitPoints;
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement