diff options
-rw-r--r-- | projects/openttd.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 4 | ||||
-rw-r--r-- | src/blitter/8bpp_simple.cpp (renamed from src/blitter/8bpp_slow.cpp) | 2 | ||||
-rw-r--r-- | src/blitter/8bpp_simple.hpp (renamed from src/blitter/8bpp_slow.hpp) | 0 |
5 files changed, 7 insertions, 7 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 3b2d8268a..e395f4842 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -974,10 +974,10 @@ RelativePath=".\..\src\blitter\8bpp_optimized.hpp"> </File> <File - RelativePath=".\..\src\blitter\8bpp_slow.cpp"> + RelativePath=".\..\src\blitter\8bpp_simple.cpp"> </File> <File - RelativePath=".\..\src\blitter\8bpp_slow.hpp"> + RelativePath=".\..\src\blitter\8bpp_simple.hpp"> </File> <File RelativePath=".\..\src\blitter\blitter.hpp"> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c9ffd5aee..eee9ba6e4 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1520,11 +1520,11 @@ > </File> <File - RelativePath=".\..\src\blitter\8bpp_slow.cpp" + RelativePath=".\..\src\blitter\8bpp_simple.cpp" > </File> <File - RelativePath=".\..\src\blitter\8bpp_slow.hpp" + RelativePath=".\..\src\blitter\8bpp_simple.hpp" > </File> <File diff --git a/source.list b/source.list index 143d74cab..98e55bd00 100644 --- a/source.list +++ b/source.list @@ -295,8 +295,8 @@ blitter/8bpp_debug.cpp blitter/8bpp_debug.hpp blitter/8bpp_optimized.cpp blitter/8bpp_optimized.hpp -blitter/8bpp_slow.cpp -blitter/8bpp_slow.hpp +blitter/8bpp_simple.cpp +blitter/8bpp_simple.hpp blitter/blitter.hpp # Sprite loaders diff --git a/src/blitter/8bpp_slow.cpp b/src/blitter/8bpp_simple.cpp index ad83cff20..304917275 100644 --- a/src/blitter/8bpp_slow.cpp +++ b/src/blitter/8bpp_simple.cpp @@ -1,7 +1,7 @@ #include "../stdafx.h" #include "../zoom.hpp" #include "../gfx.h" -#include "8bpp_slow.hpp" +#include "8bpp_simple.hpp" static FBlitter_8bppSimple iFBlitter_8bppSimple; diff --git a/src/blitter/8bpp_slow.hpp b/src/blitter/8bpp_simple.hpp index fabab0529..fabab0529 100644 --- a/src/blitter/8bpp_slow.hpp +++ b/src/blitter/8bpp_simple.hpp |