From 48cd8419bb274345fe386d47843f9aa16910e090 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 27 Sep 2017 11:35:22 -0400 Subject: lua-scripted wandering --- src/inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.cpp') diff --git a/src/inventory.cpp b/src/inventory.cpp index 36cc041..41fe661 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -421,7 +421,7 @@ void InventorySystem::load(void) // check signature if (std::stoi(lines[0]) != 831998) - UserError("Save file signature is invalid... (delete it)"); + UserError("Inventory save file signature is invalid... (delete it)"); for (unsigned int i = 1; i < lines.size(); i += 3) { if (lines[i].size() > 0) { -- cgit v1.2.3