porymap/src/settings.cpp

10 lines
198 B
C++
Raw Normal View History

2018-09-27 00:30:05 +01:00
#include "settings.h"
Settings::Settings()
{
this->smartPathsEnabled = false;
this->betterCursors = true;
2019-01-09 00:04:48 +00:00
this->playerViewRectEnabled = false;
this->cursorTileRectEnabled = true;
2018-09-27 00:30:05 +01:00
}