Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2018, 10:56:46 AM (7 years ago)
Author:
ottka
Message:

level added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartOrigin.h

    r12057 r12062  
    6161                { return this->cellSize_; }
    6262
    63             inline void setCellHeight(int cellHeight)
    64                 { this->cellHeight_ = cellHeight; }
    65             inline int getCellHeight() const
    66                 { return this->cellHeight_; }
     63            inline void setMapMatrix(int mapMatrix)
     64                { this->mapMatrix_ = mapMatrix; }
     65            inline int getMapMatrix() const
     66                { return this->mapMatrix_; }
    6767
    6868        private:
     
    7171            int numCells_;
    7272            int cellSize_;
    73             int cellHeight_;
     73            int mapMatrix_;
    7474    };
    7575}
Note: See TracChangeset for help on using the changeset viewer.