From 1e344c2dd8d1238643622406eb7a4e62e2f51ee7 Mon Sep 17 00:00:00 2001 From: JadeShrineMaiden Date: Mon, 31 Aug 2020 01:36:29 +0100 Subject: [PATCH] Small tweak --- src/NPCManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NPCManager.cpp b/src/NPCManager.cpp index 7f67d27..b83a47a 100644 --- a/src/NPCManager.cpp +++ b/src/NPCManager.cpp @@ -16,7 +16,7 @@ std::vector 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);