From b520a2acc51f096500b0beefbff04931fce72237 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Rzepecki?= Date: Thu, 18 Sep 2008 21:27:15 +0200 Subject: [PATCH] Adapting to the new API. --- engines/innocent/actor.h | 2 +- engines/innocent/detection.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/innocent/actor.h b/engines/innocent/actor.h index b8e01b3f2..0e59bd2de 100644 --- a/engines/innocent/actor.h +++ b/engines/innocent/actor.h @@ -93,7 +93,7 @@ public: Common::Point position() const { return _position; } const std::vector &nexts() const { return _nexts; } - const uint16 index() const { return _index; } + uint16 index() const { return _index; } Direction operator-(const Frame &other) const; bool operator==(const Frame &other) const { diff --git a/engines/innocent/detection.cpp b/engines/innocent/detection.cpp index 9f563ef47..1c43fc531 100644 --- a/engines/innocent/detection.cpp +++ b/engines/innocent/detection.cpp @@ -26,7 +26,7 @@ #include "innocent/innocent.h" #include "common/fs.h" -#include "base/game.h" +#include "engines/game.h" #include "base/plugins.h" #include "engines/metaengine.h" #include "common/config-manager.h" -- 2.11.4.GIT