mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
load_mode_data now resets creature scale in shmup
This commit is contained in:
@@ -1032,7 +1032,7 @@ EX void load_mode_data_with_zero(hstream& f) {
|
||||
xcheat = f.get<char>();
|
||||
casual = false;
|
||||
bow::weapon = bow::wBlade;
|
||||
vid.creature_scale = 1;
|
||||
if(shmup::on) vid.creature_scale = 1;
|
||||
|
||||
while(true) {
|
||||
char option = f.get<char>();
|
||||
|
Reference in New Issue
Block a user