#include "nxwcommn.h"#include "boats.h"#include "set.h"#include "sndpkg.h"#include "map.h"#include "items.h"#include "chars.h"#include "classes.h"#include "range.h"#include "inlines.h"#include "scripts.h"#include "house.h"#include "network.h"Defines | |
| #define | X 0 |
| #define | Y 1 |
| #define | XX 6 |
| #define | YY 6 |
| #define | XBORDER 200u |
| #define | YBORDER 200u |
Functions | |
| bool | inmulti (Location where, P_ITEM pi) |
Variables | |
| BOATS | s_boat |
| cBoat * | Boats = NULL |
| signed short int | iSmallShipOffsets [4][4][2] |
| signed short int | iMediumShipOffsets [4][4][2] |
| signed short int | iLargeShipOffsets [4][4][2] |
| char | cShipItems [4][6] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Initial value:
{
{(unsigned char)0xB1,(unsigned char)0xD5,(unsigned char)0xB2,(unsigned char)0xD4,(unsigned char)0xAE,(unsigned char)0x4E},
{(unsigned char)0x8A,(unsigned char)0x89,(unsigned char)0x85,(unsigned char)0x84,(unsigned char)0x65,(unsigned char)0x53},
{(unsigned char)0xB2,(unsigned char)0xD4,(unsigned char)0xB1,(unsigned char)0xD5,(unsigned char)0xB9,(unsigned char)0x4B},
{(unsigned char)0x85,(unsigned char)0x84,(unsigned char)0x8A,(unsigned char)0x89,(unsigned char)0x93,(unsigned char)0x50}
} |
|
|
Initial value:
{ { {-2,-1}, {2,-1}, {0,-5}, {1, 5} },
{ {1,-2}, {1, 2}, {5, 0},{-5, 0} },
{ {2, 1}, {-2, 1}, {0, 5}, {0,-5} },
{ {-1, 2}, {-1,-2}, {-5, 0}, {5, 0} }
} |
|
|
Initial value:
{ { {-2, 0}, {2, 0}, {0,-4}, {1, 5} },
{ {0,-2}, {0, 2}, {4, 0},{-5, 0} },
{ {2, 0}, {-2, 0}, {0, 4}, {0,-5} },
{ {0, 2}, {0,-2}, {-4, 0}, {5, 0} }
} |
|
|
Initial value:
{ { {-2, 0}, {2, 0}, {0, -4}, {1, 4} },
{ {0, -2}, {0, 2}, {4, 0}, {-4, 0} },
{ {2, 0}, {-2, 0}, {0, 4}, {0, -4} },
{ {0, 2}, {0,-2}, {-4, 0}, {4, 0} }
} |
|
|
|