Small tweak

This commit is contained in:
JadeShrineMaiden 2020-08-31 01:36:29 +01:00
parent fdd0160248
commit 1e344c2dd8

View File

@ -16,7 +16,7 @@ std::vector<WarpLocation> NPCManager::RespawnPoints;
void NPCManager::init() { void NPCManager::init() {
// load NPCs from NPCs.json into our NPC manager // load NPCs from NPCs.json into our NPC manager
// Temporary fix, IDs will be pulled from json later // Temporary fix, IDs will be pulled from json later
int i; int i = 0;
try { try {
std::ifstream inFile(settings::NPCJSON); std::ifstream inFile(settings::NPCJSON);