Skip to content

Commit

Permalink
fix big ironhead blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Aug 22, 2021
1 parent 843de8c commit 1b8d7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/npc_act/npc_act_260.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ void npc_act_271(npc_t *npc) {
{112, 0, 128, 16}, {128, 0, 144, 16}, {144, 0, 160, 16},
{112, 16, 128, 32}, {128, 16, 144, 32}, {144, 16, 160, 32},
{112, 32, 128, 48}, {128, 32, 144, 48}, {144, 32, 160, 48},
{0x00, 0x20, 0x40, 0x60}
{0x00, 0x40, 0x20, 0x60}
};

int a;
Expand Down

0 comments on commit 1b8d7c5

Please sign in to comment.