Skip to content

Commit 570996d

Browse files
committed
wt
1 parent da2b70b commit 570996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/patcher/drlp_l2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DEVILUTION_BEGIN_NAMESPACE
1111

1212
BYTE* DRLP_L2_PatchDoors(BYTE* celBuf, size_t* celLen)
1313
{
14-
const int frames[] = { 0, 1 };
14+
const int frames[] = { 0, 1 };
1515
constexpr int FRAME_WIDTH = 64;
1616
constexpr int FRAME_HEIGHT = 128;
1717

0 commit comments

Comments
 (0)