From 15c184cc12eebb97d0a4c9ecddb056b5b30a0fe6 Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 15 Oct 2004 10:42:44 +0000 Subject: Fix opcodes. svn-id: r15556 --- kyra/kyra.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kyra/kyra.cpp') diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp index a1ae6449c2..38783bd01e 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.cpp @@ -117,12 +117,10 @@ KyraEngine::KyraEngine(GameDetector *detector, OSystem *syst) // loads the Font _font = _resMgr->loadFont("8FAT.FNT"); - printf("loading scripts\n"); + // loads out scripts _npcScript = _resMgr->loadScript("_NPC.EMC"); _currentScript = _resMgr->loadScript("_STARTUP.EMC"); - printf("done\n"); - } KyraEngine::~KyraEngine() { -- cgit v1.2.3