porymap/src/settings.cpp
2020-09-07 13:12:15 -04:00

9 lines
198 B
C++

#include "settings.h"
Settings::Settings()
{
this->smartPathsEnabled = false;
this->betterCursors = true;
this->playerViewRectEnabled = false;
this->cursorTileRectEnabled = true;
}