Loading

Paste #pjtmhyhgs

  1. # HG changeset patch
  2. # Parent 92dc661efc61cddb36de7981b0134a87ca5f0390
  3. Add: Keep blitter for dedicated
  4.  
  5. diff --git a/source.list b/source.list
  6. --- a/source.list
  7. +++ b/source.list
  8. @@ -837,8 +837,6 @@
  9.  script/api/script_window.cpp
  10.  
  11.  # Blitters
  12. -#if DEDICATED
  13. -#else
  14.  blitter/32bpp_anim.cpp
  15.  blitter/32bpp_anim.hpp
  16.  blitter/32bpp_base.cpp
  17. @@ -853,7 +851,6 @@
  18.  blitter/8bpp_optimized.hpp
  19.  blitter/8bpp_simple.cpp
  20.  blitter/8bpp_simple.hpp
  21. -#end
  22.  blitter/base.cpp
  23.  blitter/base.hpp
  24.  blitter/factory.hpp

Comments