mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move entityclass::setenemy() to entclass::setenemy()
This moves the setenemy() function onto the entity object itself, instead of having to give the indice of the entity in obj.entities. This makes the code more object-oriented so later I can simply change all 'entities[k]' to 'entity.' in entityclass::createentity().
This commit is contained in:
@@ -10,6 +10,8 @@ public:
|
||||
|
||||
bool outside();
|
||||
|
||||
void setenemy(int t);
|
||||
|
||||
public:
|
||||
//Fundamentals
|
||||
bool active, invis;
|
||||
|
||||
Reference in New Issue
Block a user