Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2018, 10:14:37 AM (5 years ago)
Author:
ottka
Message:

makefile update

File:
1 edited

Legend:

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

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