Skip to content
Permalink
Browse files

ACCESS: Remove useless variable

  • Loading branch information
Strangerke committed Dec 28, 2014
1 parent 587b1ad commit f1d6ba7085be53cb641f71ef726dadf3f075b311
Showing with 0 additions and 2 deletions.
  1. +0 −1 engines/access/player.cpp
  2. +0 −1 engines/access/player.h
@@ -48,7 +48,6 @@ Player::Player(AccessEngine *vm) : Manager(vm), ImageEntry() {
_playerSprites1 = nullptr;
_manPal1 = nullptr;
_frameNumber = 0;
_monData = nullptr;
_rawTempL = 0;
_rawXTemp = 0;
_rawYTempL = 0;
@@ -84,7 +84,6 @@ class Player : public ImageEntry, public Manager {
Direction _playerDirection;
SpriteResource *_playerSprites;
// Fields in original Player structure
byte *_monData;
int _walkOffRight[PLAYER_DATA_COUNT];
int _walkOffLeft[PLAYER_DATA_COUNT];
int _walkOffUp[PLAYER_DATA_COUNT];

0 comments on commit f1d6ba7

Please sign in to comment.
You can’t perform that action at this time.