aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.cpp
diff options
context:
space:
mode:
authoruruk2013-09-15 13:03:21 +0200
committeruruk2013-09-15 13:03:21 +0200
commit7ee6e8699f97e691ea89266781f1c77437764658 (patch)
treecf0054e6e3eb9b438a7894d65a08420547ec6a60 /engines/avalanche/animation.cpp
parent4979cc5f69739f7d493076ebbedcc7a0eb77ef35 (diff)
downloadscummvm-rg350-7ee6e8699f97e691ea89266781f1c77437764658.tar.gz
scummvm-rg350-7ee6e8699f97e691ea89266781f1c77437764658.tar.bz2
scummvm-rg350-7ee6e8699f97e691ea89266781f1c77437764658.zip
AVALANCHE: Remove the '2' from the source files' names.
Diffstat (limited to 'engines/avalanche/animation.cpp')
-rw-r--r--engines/avalanche/animation.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/avalanche/animation.cpp b/engines/avalanche/animation.cpp
index 21063e09a7..526f6a8517 100644
--- a/engines/avalanche/animation.cpp
+++ b/engines/avalanche/animation.cpp
@@ -30,13 +30,13 @@
#include "avalanche/avalanche.h"
#include "avalanche/animation.h"
-#include "avalanche/scrolls2.h"
-#include "avalanche/lucerna2.h"
-#include "avalanche/gyro2.h"
-#include "avalanche/celer2.h"
-#include "avalanche/sequence2.h"
+#include "avalanche/scrolls.h"
+#include "avalanche/lucerna.h"
+#include "avalanche/gyro.h"
+#include "avalanche/celer.h"
+#include "avalanche/sequence.h"
#include "avalanche/timer.h"
-#include "avalanche/enid2.h"
+#include "avalanche/enid.h"
#include "common/scummsys.h"
#include "common/textconsole.h"