Skip to content

Commit f6bab55

Browse files
committed
Fix Extern
1 parent 20a95ed commit f6bab55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/port/Rando/StaticData/StaticData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extern std::unordered_map<int32_t, const char*> logicOptions;
6464
RandoOptionId GetOptionIdFromName(const char* name);
6565

6666
// TODO: Import Object Extension
67-
std::map<RandoCheckId, struct Object*> spawnedRandoObjects;
67+
extern std::map<RandoCheckId, struct Object*> spawnedRandoObjects;
6868

6969
// TODO: Add Logic and Regions
7070
// struct RandoStaticRegion {

0 commit comments

Comments
 (0)