mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +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() {
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user