Remove x-position from setactivityposition

After discussing with Ally and Dav, we came to the agreement that this
is basically useless since the prompt will always be centered and take
up most of the horizontal space of the screen.

And the x-position was only added as an offset because at some point,
there was a missing space from the side of the "- Press ENTER to
Teleport -" prompt, and the offset was there so people could mimic the
prompt accordingly. But that was fixed at some point, so it's useless
now.
This commit is contained in:
Misa
2023-02-17 20:38:05 -08:00
parent 3d5ba95b96
commit acca4747f7
9 changed files with 8 additions and 20 deletions

View File

@@ -199,7 +199,6 @@ public:
bool customcrewmoods[Game::numcrew];
std::string customactivitycolour;
std::string customactivitytext;
int customactivitypositionx;
int customactivitypositiony;
};