Fixed 16bpp blitter

This commit is contained in:
Sergii Pylypenko
2019-04-24 18:21:22 +03:00
committed by pelya
parent 3405519815
commit 57e7680dd5
4 changed files with 13 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file 32bpp_simple.cpp Implementation of the simple 32 bpp blitter. */
/** @file 32bpp_simple.cpp Implementation of the simple 16 bpp blitter. */
#include "../stdafx.h"
#include "../zoom_func.h"