From 7ee6e8699f97e691ea89266781f1c77437764658 Mon Sep 17 00:00:00 2001 From: uruk Date: Sun, 15 Sep 2013 13:03:21 +0200 Subject: AVALANCHE: Remove the '2' from the source files' names. --- engines/avalanche/module.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'engines/avalanche/module.mk') diff --git a/engines/avalanche/module.mk b/engines/avalanche/module.mk index 6881a3e216..aabf34c4af 100644 --- a/engines/avalanche/module.mk +++ b/engines/avalanche/module.mk @@ -7,18 +7,18 @@ MODULE_OBJS = \ avalot.o \ console.o \ detection.o \ - gyro2.o \ - pingo2.o \ - scrolls2.o \ - lucerna2.o \ - enid2.o \ - celer2.o \ - sequence2.o \ + gyro.o \ + pingo.o \ + scrolls.o \ + lucerna.o \ + enid.o \ + celer.o \ + sequence.o \ timer.o \ animation.o \ - acci2.o \ - dropdown2.o \ - closing2.o + acci.o \ + dropdown.o \ + closing.o # This module can be built as a plugin ifeq ($(ENABLE_AVALANCHE), DYNAMIC_PLUGIN) -- cgit v1.2.3