aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-13 08:00:37 +0200
committerStrangerke2012-06-13 08:00:37 +0200
commit5bafab9ad629595a1d270b60b2a91bd04dc1b7b9 (patch)
treed2a56218d175dca6a1ba9dde4c3a5edb41e963bd /engines/tony/gfxengine.cpp
parent876d47e17d84912dbcf3e2f29339b2a792d92e95 (diff)
downloadscummvm-rg350-5bafab9ad629595a1d270b60b2a91bd04dc1b7b9.tar.gz
scummvm-rg350-5bafab9ad629595a1d270b60b2a91bd04dc1b7b9.tar.bz2
scummvm-rg350-5bafab9ad629595a1d270b60b2a91bd04dc1b7b9.zip
TONY: Translate some more Italian
Diffstat (limited to 'engines/tony/gfxengine.cpp')
-rw-r--r--engines/tony/gfxengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp
index 4c09e16678..b167d0a546 100644
--- a/engines/tony/gfxengine.cpp
+++ b/engines/tony/gfxengine.cpp
@@ -643,7 +643,7 @@ void RMGfxEngine::saveState(const Common::String &fn, byte *curThumb, const Comm
bool bStat;
// Saves the state of the shepherdess and show yourself
- bStat = _tony.getPastorella();
+ bStat = _tony.getShepherdess();
f->writeByte(bStat);
bStat = _inter.getPerorate();
f->writeByte(bStat);
@@ -779,7 +779,7 @@ void RMGfxEngine::loadState(CORO_PARAM, const Common::String &fn) {
bool bStat = false;
bStat = _ctx->f->readByte();
- _tony.setPastorella(bStat);
+ _tony.setShepherdess(bStat);
bStat = _ctx->f->readByte();
_inter.setPerorate(bStat);