mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixup quickmouse is bool
This commit is contained in:
parent
6e26508a77
commit
78c4b9005f
2
hyper.h
2
hyper.h
@ -1143,7 +1143,7 @@ struct videopar {
|
||||
int steamscore;
|
||||
bool drawmousecircle; // draw the circle around the mouse
|
||||
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 use_smart_range; // 0 = distance-based, 1 = model-based, 2 = model-based and generate
|
||||
|
Loading…
Reference in New Issue
Block a user