[Scummvm-cvs-logs] SF.net SVN: scummvm:[55127] scummvm/trunk/engines/hugo/intro_v2d.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Wed Jan 5 23:35:07 CET 2011
Revision: 55127
http://scummvm.svn.sourceforge.net/scummvm/?rev=55127&view=rev
Author: strangerke
Date: 2011-01-05 22:35:07 +0000 (Wed, 05 Jan 2011)
Log Message:
-----------
HUGO: Fix warning using GCC
Modified Paths:
--------------
scummvm/trunk/engines/hugo/intro_v2d.cpp
Modified: scummvm/trunk/engines/hugo/intro_v2d.cpp
===================================================================
--- scummvm/trunk/engines/hugo/intro_v2d.cpp 2011-01-05 22:28:37 UTC (rev 55126)
+++ scummvm/trunk/engines/hugo/intro_v2d.cpp 2011-01-05 22:35:07 UTC (rev 55127)
@@ -49,8 +49,6 @@
}
void intro_v2d::introInit() {
- Graphics::WinFont font;
-
_vm->_file->readBackground(_vm->_numScreens - 1); // display splash screen
surf.w = 320;
surf.h = 200;
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