Spliced in updates to the scene system; program compiles & runs, player's don't move
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class Player {
|
||||
public:
|
||||
Player(SDL_Surface*, int w, int h);
|
||||
|
||||
void Update(int delta);
|
||||
void Update(double delta);
|
||||
|
||||
void WalkInDirection(Direction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user