diff options
| author | James Brown | 2002-05-15 07:38:33 +0000 |
|---|---|---|
| committer | James Brown | 2002-05-15 07:38:33 +0000 |
| commit | f0999a4838f812bff828534aad64783de69a2171 (patch) | |
| tree | 6062c0c3e84a671e406645d03f5c9d88bac81f9a | |
| parent | 11cda19c37a4092ce5632f03527963c1f4a28914 (diff) | |
| download | scummvm-rg350-f0999a4838f812bff828534aad64783de69a2171.tar.gz scummvm-rg350-f0999a4838f812bff828534aad64783de69a2171.tar.bz2 scummvm-rg350-f0999a4838f812bff828534aad64783de69a2171.zip | |
Fix compile problem with boxes.cpp
svn-id: r4337
| -rw-r--r-- | boxes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include "stdafx.h" #include "scumm.h" #include "actor.h" +#include <math.h> byte Scumm::getMaskFromBox(int box) { |
