@@ -86,8 +86,8 @@ class Fruit : public Displayable
void newspot()
{
- x = (rand() % 800);
- y = (rand() % 600);
+ x = (rand() % 32) * 25;
+ y = (rand() % 24) * 25;
}
// ** ADD YOUR LOGIC **
/*