mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Small tweak
This commit is contained in:
parent
fdd0160248
commit
1e344c2dd8
@ -16,7 +16,7 @@ std::vector<WarpLocation> NPCManager::RespawnPoints;
|
||||
void NPCManager::init() {
|
||||
// load NPCs from NPCs.json into our NPC manager
|
||||
// Temporary fix, IDs will be pulled from json later
|
||||
int i;
|
||||
int i = 0;
|
||||
|
||||
try {
|
||||
std::ifstream inFile(settings::NPCJSON);
|
||||
|
Loading…
Reference in New Issue
Block a user