[Scummvm-cvs-logs] CVS: residual/lua/src lobject.h,1.1.1.1,1.2
Vincent Hamm
yazoo at users.sourceforge.net
Mon Aug 25 15:53:50 CEST 2003
Update of /cvsroot/scummvm/residual/lua/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9382/lua/src
Modified Files:
lobject.h
Log Message:
Fixed residual to work on win32 (asside from the HASH problem that seems unused)
Index: lobject.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lua/src/lobject.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- lobject.h 15 Aug 2003 18:00:44 -0000 1.1.1.1
+++ lobject.h 25 Aug 2003 21:31:24 -0000 1.2
@@ -29,7 +29,7 @@
** GREP LUA_NUMBER to change that
*/
#ifndef LUA_NUM_TYPE
-#define LUA_NUM_TYPE double
+#define LUA_NUM_TYPE float
#endif
/*
More information about the Scummvm-git-logs
mailing list