1
0
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:
Zeno Rogue 2025-02-09 01:15:09 +01:00
parent 7b33cf435c
commit 0e9a6f7dc4

View File

@ -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;
});