[Scummvm-cvs-logs] CVS: scummvm boxes.cpp,1.30,1.31

James Brown ender at users.sourceforge.net
Wed May 15 00:39:03 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv12119

Modified Files:
	boxes.cpp 
Log Message:
Fix compile problem with boxes.cpp



Index: boxes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/boxes.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- boxes.cpp	14 May 2002 23:32:34 -0000	1.30
+++ boxes.cpp	15 May 2002 07:38:33 -0000	1.31
@@ -23,6 +23,7 @@
 #include "stdafx.h"
 #include "scumm.h"
 #include "actor.h"
+#include <math.h>
 
 byte Scumm::getMaskFromBox(int box)
 {





More information about the Scummvm-git-logs mailing list