mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-02 13:21:22 +00:00
config:: changed hooks_config to correct hooks_configfile
This commit is contained in:
@@ -2101,7 +2101,7 @@ EX void show3D() {
|
||||
dialog::display();
|
||||
}
|
||||
|
||||
EX int config3 = addHook(hooks_config, 100, [] {
|
||||
EX int config3 = addHook(hooks_configfile, 100, [] {
|
||||
param_f(vid.eye, "eyelevel", 0)
|
||||
->editable(-5, 5, .1, "eye level", "", 'E')
|
||||
->set_extra([] {
|
||||
|
||||
Reference in New Issue
Block a user