aboutsummaryrefslogtreecommitdiff
path: root/graphics/dxa_player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dxa_player.cpp')
-rw-r--r--graphics/dxa_player.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp
index ee17b4b6ff..28a1bc4dbd 100644
--- a/graphics/dxa_player.cpp
+++ b/graphics/dxa_player.cpp
@@ -23,7 +23,6 @@
*
*/
-#include "common/stdafx.h"
#include "common/endian.h"
#include "graphics/dxa_player.h"
#include "common/util.h"
@@ -559,7 +558,7 @@ void DXAPlayer::decodeNextFrame() {
default:
error("decodeFrame: Unknown compression type %d", type);
}
-
+
if (type == 3) {
for (int j = 0; j < _curHeight; ++j) {
for (int i = 0; i < _width; ++i) {