diff --git a/programs/games/fridge/fridge.c b/programs/games/fridge/fridge.c index 7dd82699f2..7edd498849 100644 --- a/programs/games/fridge/fridge.c +++ b/programs/games/fridge/fridge.c @@ -23,7 +23,7 @@ int field[_size][_size] = { {0, 0, 0, 1}, {0, 0, 1, 0}, {0, 0, 0, 1}, - {0, 1, 0, 0} + {1, 0, 0, 0} }; char* title = "Fridge v0.1"; diff --git a/programs/games/fridge/fridge.kex b/programs/games/fridge/fridge.kex index 45277ba9f4..176adcfa91 100644 Binary files a/programs/games/fridge/fridge.kex and b/programs/games/fridge/fridge.kex differ