mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 06:23:00 +00:00
fixup quickmouse is bool
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -1143,7 +1143,7 @@ struct videopar {
|
|||||||
int steamscore;
|
int steamscore;
|
||||||
bool drawmousecircle; // draw the circle around the mouse
|
bool drawmousecircle; // draw the circle around the mouse
|
||||||
bool skipstart; // skip the start menu
|
bool skipstart; // skip the start menu
|
||||||
int quickmouse; // quick mouse on the map
|
bool quickmouse; // quick mouse on the map
|
||||||
int timeformat; // time format used in the message log
|
int timeformat; // time format used in the message log
|
||||||
|
|
||||||
int use_smart_range; // 0 = distance-based, 1 = model-based, 2 = model-based and generate
|
int use_smart_range; // 0 = distance-based, 1 = model-based, 2 = model-based and generate
|
||||||
|
|||||||
Reference in New Issue
Block a user