From bacc891a0d47d1354e3b458c0a37f7a4e707238b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Wed, 6 Jan 2021 16:34:52 +0100 Subject: [PATCH] Fix avr --- game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.h b/game.h index 368cd62..ada4e48 100755 --- a/game.h +++ b/game.h @@ -478,7 +478,7 @@ struct is a colliding item or not. */ } SFG_currentLevel; -#if SFG_ARDUINO +#if SFG_AVR /** Copy of the current level that is stored in RAM. This is only done on Arduino because accessing it in program memory (PROGMEM) directly would be a pain.