mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 05:05:53 +12:00
Fix crashing on talking to npcs with 0 chatpoints.
This commit is contained in:
parent
d776d2adc3
commit
fa8f21388c
8 changed files with 214 additions and 10 deletions
|
@ -25,6 +25,9 @@ namespace HISP.Game
|
|||
|
||||
public static int NewUserStartX;
|
||||
public static int NewUserStartY;
|
||||
|
||||
public static int ModIsleX;
|
||||
public static int ModIsleY;
|
||||
public static int GetTileId(int x, int y, bool overlay)
|
||||
{
|
||||
int pos = ((x * Height) + y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue