From dc05ec1964e74a77ab3b1936b38794b5c158dd06 Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 24 Jun 2013 11:52:16 +0200 Subject: AVALANCHE: Relocate used sources. (Should have happened sooner.) --- engines/avalanche/scrolls2.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'engines/avalanche') diff --git a/engines/avalanche/scrolls2.cpp b/engines/avalanche/scrolls2.cpp index f265276686..a7c7a07d5e 100644 --- a/engines/avalanche/scrolls2.cpp +++ b/engines/avalanche/scrolls2.cpp @@ -56,6 +56,11 @@ namespace Avalanche { byte use_icon; + + void initialize_scrolls() { + warning("STUB: Scrolls::initialize_scrolls()"); + } + void state(byte x) { /* Sets "Ready" light to whatever */ byte page_; @@ -123,7 +128,7 @@ namespace Avalanche { ox = 0; // log_scrollline(); Needs Logger to work. - warning("STUB: Scrolls::say()."); + warning("STUB: Scrolls::say()"); } -- cgit v1.2.3