[Scummvm-cvs-logs] scummvm master -> 10762c08c8604c9eaeb6ced226902fabb8577ef8

eriktorbjorn eriktorbjorn at telia.com
Sun Jan 29 21:39:27 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
10762c08c8 KYRA: Remove unnecessary semicolon


Commit: 10762c08c8604c9eaeb6ced226902fabb8577ef8
    https://github.com/scummvm/scummvm/commit/10762c08c8604c9eaeb6ced226902fabb8577ef8
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2012-01-29T12:38:37-08:00

Commit Message:
KYRA: Remove unnecessary semicolon

Changed paths:
    engines/kyra/eob.cpp



diff --git a/engines/kyra/eob.cpp b/engines/kyra/eob.cpp
index 7524b07..a2ddc92 100644
--- a/engines/kyra/eob.cpp
+++ b/engines/kyra/eob.cpp
@@ -326,7 +326,7 @@ void EoBEngine::replaceMonster(int unit, uint16 block, int pos, int dir, int typ
 
 	for (int i = 0; i < 30; i++) {
 		if (_monsters[i].hitPointsCur <= 0) {
-			initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem);;
+			initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem);
 			break;
 		}
 	}






More information about the Scummvm-git-logs mailing list