From d158280425efac5f4ec72e00fb2b7389cdfb5a75 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Feb 2004 22:39:42 +0000 Subject: the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 --- sword1/sword1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword1') diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index 13927327c8..517a403366 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -97,7 +97,7 @@ SwordEngine::~SwordEngine() { } void SwordEngine::initialize(void) { - _system->init_size(640, 480); + _system->initSize(640, 480); debug(5, "Starting memory manager"); _memMan = new MemMan(); debug(5, "Starting resource manager"); -- cgit v1.2.3