mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-23 18:44:49 -05:00
10 lines
198 B
C++
10 lines
198 B
C++
#include "settings.h"
|
|
|
|
Settings::Settings()
|
|
{
|
|
this->smartPathsEnabled = false;
|
|
this->betterCursors = true;
|
|
this->playerViewRectEnabled = false;
|
|
this->cursorTileRectEnabled = true;
|
|
}
|