This commit is contained in:
iProgramInCpp
2023-08-05 22:17:24 +03:00
parent 5b1aaf7e99
commit 554c971c05
6 changed files with 28 additions and 0 deletions

View File

@@ -277,4 +277,6 @@ void Inventory::selectItemById(int itemID)
selectItem(i);
return;
}
LogMsg("selectItemById: %d doesn't exist", itemID);
}