Browse Source

Temporary sign change, fix in future

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
b2f9ed8781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      structs.h

4
structs.h

@ -248,8 +248,8 @@ struct SpellData
struct Coord
{
char x;
char y;
unsigned char x;
unsigned char y;
};
struct RECT8

Loading…
Cancel
Save