Fixed space indentation

This commit is contained in:
Goddesen 2016-05-29 03:26:35 +02:00 committed by Michał Janiszewski
parent 60fe00b088
commit 0fdeb37053
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ extern "C"
SDL_WriteU8(rw, gCheatsDisableLittering);
SDL_WriteU8(rw, gCheatsNeverendingMarketing);
SDL_WriteU8(rw, gCheatsFreezeClimate);
SDL_WriteU8(rw, gCheatsDisablePlantAging);
SDL_WriteU8(rw, gCheatsDisablePlantAging);
gfx_invalidate_screen();
return 1;