mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-23 11:13:13 +00:00
weird typo in ship-size-detail commit
This commit is contained in:
parent
7b33cf435c
commit
0e9a6f7dc4
@ -95,7 +95,7 @@ void run_ads_game_hooks() {
|
||||
rogueviz::rv_hook(hooks_nextland, 0, ads_nextland);
|
||||
}
|
||||
|
||||
void srun_size_hooks() {
|
||||
void run_size_hooks() {
|
||||
rogueviz::rv_hook(hooks_scalefactor, 100, [] (geometry_information *i) {
|
||||
i->scalefactor = vid.creature_scale / 3;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user