mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 20:43:42 +01:00
Remove useless warnings.
This commit is contained in:
parent
b98545a28f
commit
c755be82dd
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
|
|
||||||
#if GINT_RENDER_RGB
|
#if GINT_RENDER_RGB
|
||||||
#warning "Ok!"
|
|
||||||
#define T_HEIGHT 16
|
#define T_HEIGHT 16
|
||||||
#define T_WIDTH 16
|
#define T_WIDTH 16
|
||||||
#define PXSIZE 2
|
#define PXSIZE 2
|
||||||
|
@ -23,7 +22,6 @@
|
||||||
#define P_WIDTH 16
|
#define P_WIDTH 16
|
||||||
#define P_HEIGHT 16
|
#define P_HEIGHT 16
|
||||||
#else
|
#else
|
||||||
#warning "Bad!"
|
|
||||||
#define T_HEIGHT 8
|
#define T_HEIGHT 8
|
||||||
#define T_WIDTH 8
|
#define T_WIDTH 8
|
||||||
#define PXSIZE 1
|
#define PXSIZE 1
|
||||||
|
|
Loading…
Reference in a new issue