mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
load_mode_data now resets creature scale in shmup
This commit is contained in:
parent
819d815d59
commit
deb207e4c3
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user