aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_load_save.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-13 22:21:40 -0400
committerPaul Gilbert2017-08-26 11:13:34 -0400
commita929c5aabc7093ce14126e9ae040c8260acf26a5 (patch)
tree4999b2ad9b9c0cd24b5250f040a97133fb4818a3 /engines/titanic/pet_control/pet_load_save.cpp
parentb4ee0ec8236787c8894dd78d305006b54890bfb1 (diff)
downloadscummvm-rg350-a929c5aabc7093ce14126e9ae040c8260acf26a5.tar.gz
scummvm-rg350-a929c5aabc7093ce14126e9ae040c8260acf26a5.tar.bz2
scummvm-rg350-a929c5aabc7093ce14126e9ae040c8260acf26a5.zip
TITANIC: Add further strings to create_titanic tool
Diffstat (limited to 'engines/titanic/pet_control/pet_load_save.cpp')
-rw-r--r--engines/titanic/pet_control/pet_load_save.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_load_save.cpp b/engines/titanic/pet_control/pet_load_save.cpp
index aa438c06d3..d918478fb1 100644
--- a/engines/titanic/pet_control/pet_load_save.cpp
+++ b/engines/titanic/pet_control/pet_load_save.cpp
@@ -117,7 +117,7 @@ Rect CPetLoadSave::getSlotBounds(int index) {
void CPetLoadSave::resetSlots() {
for (int idx = 0; idx < SAVEGAME_SLOTS_COUNT; ++idx) {
- _slotNames[idx].setText("Empty");
+ _slotNames[idx].setText(EMPTY);
_slotInUse[idx] = false;
// Try and open up the savegame for access