[Scummvm-cvs-logs] SF.net SVN: scummvm: [28896] scummvm/trunk/engines/agi

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Thu Sep 13 00:17:09 CEST 2007


Revision: 28896
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28896&view=rev
Author:   mthreepwood
Date:     2007-09-12 15:17:08 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
cleanup the intro of Winnie

Modified Paths:
--------------
    scummvm/trunk/engines/agi/preagi_winnie.cpp
    scummvm/trunk/engines/agi/preagi_winnie.h

Modified: scummvm/trunk/engines/agi/preagi_winnie.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_winnie.cpp	2007-09-11 21:39:16 UTC (rev 28895)
+++ scummvm/trunk/engines/agi/preagi_winnie.cpp	2007-09-12 22:17:08 UTC (rev 28896)
@@ -117,24 +117,12 @@
 }
 
 void Winnie::intro() {
-	intro_DrawLogo();
-	intro_DrawTitle();
-	intro_PlayTheme();
-}
-
-void Winnie::intro_DrawLogo() {
 	drawPic(IDS_WTP_FILE_LOGO);
 	_vm->printStr(IDS_WTP_INTRO_0);
-	_vm->waitAnyKeyChoice();
-}
-
-void Winnie::intro_DrawTitle() {
+	_vm->_system->delayMillis(0x640);
 	drawPic(IDS_WTP_FILE_TITLE);
 	_vm->printStr(IDS_WTP_INTRO_1);
-	_vm->waitAnyKeyChoice();
-}
-
-void Winnie::intro_PlayTheme() {
+	_vm->_system->delayMillis(0x640);
 	//if (!Winnie_PlaySound(IDI_WTP_SND_POOH_0)) return;
 	//if (!Winnie_PlaySound(IDI_WTP_SND_POOH_1)) return;
 	//if (!Winnie_PlaySound(IDI_WTP_SND_POOH_2)) return;

Modified: scummvm/trunk/engines/agi/preagi_winnie.h
===================================================================
--- scummvm/trunk/engines/agi/preagi_winnie.h	2007-09-11 21:39:16 UTC (rev 28895)
+++ scummvm/trunk/engines/agi/preagi_winnie.h	2007-09-12 22:17:08 UTC (rev 28896)
@@ -309,9 +309,6 @@
 	void initVars();
 	void randomize();
 	void intro();
-	void intro_DrawLogo();
-	void intro_DrawTitle();
-	void intro_PlayTheme();
 	void drawPic(const char*);
 	void gameLoop();
 	void readRoom(int, uint8*, int);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list