First working multiplayer version
This commit is contained in:
@@ -9,7 +9,7 @@ class Enemy
|
||||
bool Alive();
|
||||
int _pos;
|
||||
int _wobble;
|
||||
int playerSide;
|
||||
int playersSide[4]; // This should be MAX_PLAYERS
|
||||
private:
|
||||
int _dir;
|
||||
int _speed;
|
||||
|
||||
Reference in New Issue
Block a user