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 20a95ed commit f6bab55Copy full SHA for f6bab55
1 file changed
src/port/Rando/StaticData/StaticData.h
@@ -64,7 +64,7 @@ extern std::unordered_map<int32_t, const char*> logicOptions;
64
RandoOptionId GetOptionIdFromName(const char* name);
65
66
// TODO: Import Object Extension
67
-std::map<RandoCheckId, struct Object*> spawnedRandoObjects;
+extern std::map<RandoCheckId, struct Object*> spawnedRandoObjects;
68
69
// TODO: Add Logic and Regions
70
// struct RandoStaticRegion {
0 commit comments