[Scummvm-cvs-logs] SF.net SVN: scummvm:[35643] scummvm/trunk/engines/agos/animation.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Dec 31 22:14:09 CET 2008


Revision: 35643
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35643&view=rev
Author:   eriktorbjorn
Date:     2008-12-31 21:14:09 +0000 (Wed, 31 Dec 2008)

Log Message:
-----------
Added punctuation to the error dialog I added before.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/animation.cpp

Modified: scummvm/trunk/engines/agos/animation.cpp
===================================================================
--- scummvm/trunk/engines/agos/animation.cpp	2008-12-31 20:41:58 UTC (rev 35642)
+++ scummvm/trunk/engines/agos/animation.cpp	2008-12-31 21:14:09 UTC (rev 35643)
@@ -537,7 +537,7 @@
 
 	char buf[60];
 
-	sprintf(buf, "Cutscene file '%s' not found", baseName);
+	sprintf(buf, "Cutscene file '%s' not found!", baseName);
 	GUI::MessageDialog dialog(buf, "OK");
 	dialog.runModal();
 


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