[Scummvm-cvs-logs] SF.net SVN: scummvm:[54095] scummvm/trunk/engines/hugo/route.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Nov 5 13:36:21 CET 2010


Revision: 54095
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54095&view=rev
Author:   strangerke
Date:     2010-11-05 12:36:20 +0000 (Fri, 05 Nov 2010)

Log Message:
-----------
HUGO: Silent GCC warning introduced in r54087

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/route.cpp

Modified: scummvm/trunk/engines/hugo/route.cpp
===================================================================
--- scummvm/trunk/engines/hugo/route.cpp	2010-11-05 12:34:35 UTC (rev 54094)
+++ scummvm/trunk/engines/hugo/route.cpp	2010-11-05 12:36:20 UTC (rev 54095)
@@ -443,6 +443,8 @@
 					turnedFl = true;
 				}
 				break;
+			default:
+				break;
 			}
 		}
 	} else if (_vm->_hero->vx == 0 && _vm->_hero->vy == 0) {


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