Browse Source

Fix DRLG_L3SpawnEdge spawntable

pull/872/head
Anders Jenbo 6 years ago committed by GitHub
parent
commit
f21abaec0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/drlg_l3.cpp

2
Source/drlg_l3.cpp

@ -1074,7 +1074,7 @@ static BOOL DRLG_L3Spawn(int x, int y, int *totarea);
static BOOL DRLG_L3SpawnEdge(int x, int y, int *totarea)
{
BYTE i;
static BYTE spawntable[15] = { 0, 0x0A, 0x43, 0x05, 0x2C, 0x06, 0x09, 0, 0, 0x1C, 0x83, 0x06, 0x09, 0x0A, 0x05 };
static BYTE spawntable[15] = { 0, 0x0A, 0x43, 0x05, 0x2C, 0x06, 0x09, 0, 0, 0x0C, 0x83, 0x06, 0x09, 0x0A, 0x05 };
if (*totarea > 40) {
return TRUE;

Loading…
Cancel
Save