mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
change to G_ReloadDefaults was not necessary
This commit is contained in:
parent
48b6175e92
commit
afb1e719c7
@ -3262,7 +3262,7 @@ void G_ReloadDefaults(boolean keep_demover)
|
||||
compatibility = true;
|
||||
memset(comp, 0xff, sizeof comp);
|
||||
}
|
||||
else if (demo_version == 202 || demo_version == 201)
|
||||
else if (demo_version == 202)
|
||||
{
|
||||
memset(comp, 0, sizeof comp);
|
||||
G_BoomComp();
|
||||
|
Loading…
x
Reference in New Issue
Block a user