aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/people.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/people.cpp')
-rw-r--r--engines/sludge/people.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sludge/people.cpp b/engines/sludge/people.cpp
index 7a70e62457..625f5b7bcb 100644
--- a/engines/sludge/people.cpp
+++ b/engines/sludge/people.cpp
@@ -175,7 +175,7 @@ bool Persona::load(Common::SeekableReadStream *stream) {
if (!checkNew(animation))
return false;
for (a = 0; a < numDirections * 3; a++) {
- animation[a] = new PersonaAnimation ;
+ animation[a] = new PersonaAnimation;
if (!checkNew(animation[a]))
return false;
@@ -1088,7 +1088,7 @@ bool PeopleManager::loadPeople(Common::SeekableReadStream *stream) {
if (!checkNew(me->myPersona))
return false;
- me->myAnim = new PersonaAnimation ;
+ me->myAnim = new PersonaAnimation;
if (!checkNew(me->myAnim))
return false;