mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 20:43:42 +01:00
Bug fix
This commit is contained in:
parent
5a5fe87490
commit
f91fd572ac
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ extern font_t fontRPG;
|
|||
void blit() {
|
||||
dupdate();
|
||||
|
||||
#if GRAYMODEOK && !defined(GINT_HW_CG)
|
||||
#if GRAYMODEOK && !GINT_HW_CG
|
||||
dgray_getvram( &lightVRAMnext, &darkVRAMnext );
|
||||
dgray_getscreen( &lightVRAMcurrent, &darkVRAMcurrent );
|
||||
|
||||
|
|
Loading…
Reference in a new issue