aboutsummaryrefslogtreecommitdiff
path: root/sword2/anims.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-08 18:02:53 +0000
committerTorbjörn Andersson2003-10-08 18:02:53 +0000
commita29d128bd3b53847de3e89801426dfc19e2ecbc1 (patch)
tree4b1995fcc900709d75877e7ee053092d17b92ad0 /sword2/anims.cpp
parenta1f4dc2c90efd28d30eec2b947ffe9d619ad0989 (diff)
downloadscummvm-rg350-a29d128bd3b53847de3e89801426dfc19e2ecbc1.tar.gz
scummvm-rg350-a29d128bd3b53847de3e89801426dfc19e2ecbc1.tar.bz2
scummvm-rg350-a29d128bd3b53847de3e89801426dfc19e2ecbc1.zip
Use RandomSource instead of rand().
svn-id: r10682
Diffstat (limited to 'sword2/anims.cpp')
-rw-r--r--sword2/anims.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index 9ef4f83e1c..988eea2449 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -24,7 +24,7 @@
// ---------------------------------------------------------------------------
#include "stdafx.h"
-#include "common/scummsys.h"
+#include "bs2/sword2.h"
#include "bs2/driver/driver96.h"
#include "bs2/driver/d_draw.h"
#include "bs2/anims.h"