aboutsummaryrefslogtreecommitdiffstats
path: root/src/inventory.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-09-27 11:35:22 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-09-27 11:35:22 -0400
commit48cd8419bb274345fe386d47843f9aa16910e090 (patch)
treea0e31b43b0f38d6de8d3879b29563cfee1b19ced /src/inventory.cpp
parent8be1f74e878950cbbac3f05451341fc18892518b (diff)
lua-scripted wandering
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
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) {