[Scummvm-cvs-logs] CVS: scummvm/sword2 function.cpp,1.34,1.35
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sun Nov 2 14:39:08 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui TabWidget.cpp,1.1,1.2 TabWidget.h,1.1,1.2 dialog.cpp,1.35,1.36 object.h,1.2,1.3 widget.cpp,1.21,1.22 widget.h,1.25,1.26
- Next message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 scummvm.vcproj,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1:/tmp/cvs-serv12114
Modified Files:
function.cpp
Log Message:
fixed warning
Index: function.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/function.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- function.cpp 2 Nov 2003 17:17:09 -0000 1.34
+++ function.cpp 2 Nov 2003 22:38:04 -0000 1.35
@@ -82,7 +82,7 @@
PLAYER_ACTION = 0;
// 3rd script of clicked on id
- logicUp((params[0] < 16) | 2);
+ logicUp((params[0] < 16) + 2);
// out, up and around again - pc is saved for current level to be
// returned to
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui TabWidget.cpp,1.1,1.2 TabWidget.h,1.1,1.2 dialog.cpp,1.35,1.36 object.h,1.2,1.3 widget.cpp,1.21,1.22 widget.h,1.25,1.26
- Next message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 scummvm.vcproj,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list