A Bunch of miscellaneous refactoring

This commit is contained in:
2024-09-24 22:13:56 -04:00
parent 0b7049cf5a
commit a295ff5e53
13 changed files with 33 additions and 36 deletions

View File

@@ -74,11 +74,7 @@ public:
// Set the currently-possessed tangible.
//
// You can also pass 0 for "no possessed tangible."
//
// Returns true if something changed.
//
bool SetPossessedTangible(int64 playerid);
void SetPossessedTangible(UlxTangible *tan) { PossessedTangible = tan; }
// Update the 'NearAccordingToLuprex' flags.
//