[Scummvm-cvs-logs] CVS: scummvm/sword1 credits.cpp,1.1,1.2 credits.h,1.1,1.2 module.mk,1.5,1.6
Travis Howell
kirben at users.sourceforge.net
Sat Dec 4 19:12:01 CET 2004
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24365/sword1
Modified Files:
credits.cpp credits.h module.mk
Log Message:
Remove stray ;
Add new object
Index: credits.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/credits.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- credits.cpp 5 Dec 2004 02:52:41 -0000 1.1
+++ credits.cpp 5 Dec 2004 03:11:07 -0000 1.2
@@ -336,4 +336,4 @@
return dstBuf;
}
-}; // end of namespace Sword1
+} // end of namespace Sword1
Index: credits.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/credits.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- credits.h 5 Dec 2004 02:52:41 -0000 1.1
+++ credits.h 5 Dec 2004 03:11:07 -0000 1.2
@@ -63,6 +63,6 @@
uint8 *_smlFont, *_bigFont;
};
-}; // end of namespace Sword1
+} // end of namespace Sword1
#endif // BS1CREDITS_H
Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/module.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- module.mk 6 Nov 2004 09:24:52 -0000 1.5
+++ module.mk 5 Dec 2004 03:11:07 -0000 1.6
@@ -2,6 +2,7 @@
MODULE_OBJS := \
sword1/animation.o \
+ sword1/credits.o \
sword1/control.o \
sword1/debug.o \
sword1/eventman.o \
More information about the Scummvm-git-logs
mailing list