We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2b70b commit 570996dCopy full SHA for 570996d
tools/patcher/drlp_l2.cpp
@@ -11,7 +11,7 @@ DEVILUTION_BEGIN_NAMESPACE
11
12
BYTE* DRLP_L2_PatchDoors(BYTE* celBuf, size_t* celLen)
13
{
14
- const int frames[] = { 0, 1 };
+ const int frames[] = { 0, 1 };
15
constexpr int FRAME_WIDTH = 64;
16
constexpr int FRAME_HEIGHT = 128;
17
0 commit comments