diff options
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/scene.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h index 6c53755eb8..1e2dae81fe 100644 --- a/engines/fullpipe/scene.h +++ b/engines/fullpipe/scene.h @@ -34,7 +34,7 @@ class Scene : public Background { Common::Array<StaticANIObject *> _staticANIObjectList1; Common::Array<StaticANIObject *> _staticANIObjectList2; Common::Array<MessageQueue *> _messageQueueList; - PtrList _faObjectList; + // PtrList _faObjectList; // not used Shadows *_shadows; SoundList *_soundList; int16 _sceneId; |