We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30110fd commit d5926f0Copy full SHA for d5926f0
1 file changed
src/port/Rando/MiscBehavior/OnFileLoad.cpp
@@ -22,8 +22,6 @@ void Rando::MiscBehavior::OnFileLoad() {
22
OnGameFileLoad* ev = (OnGameFileLoad*)event;
23
selectedFileNum = ev->fileNum - 1;
24
25
- Rando::Logic::Regions;
26
-
27
bool loadedFromSpoiler = false;
28
29
if (!CVarGetInteger("gRandoSettings.Enabled", 0)) {
0 commit comments