From abe6889bbe640c15e0fdf454d3867eb22869db5c Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Wed, 3 Aug 2016 20:07:13 +0200 Subject: MOHAWK: Remove the current card id from the Riven engine class --- engines/mohawk/riven_card.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/mohawk/riven_card.cpp') diff --git a/engines/mohawk/riven_card.cpp b/engines/mohawk/riven_card.cpp index f45fde1d1e..90a6888f22 100644 --- a/engines/mohawk/riven_card.cpp +++ b/engines/mohawk/riven_card.cpp @@ -66,4 +66,8 @@ void RivenCard::runScript(uint16 scriptType) { } } +uint16 RivenCard::getId() const { + return _id; +} + } // End of namespace Mohawk -- cgit v1.2.3