shithub: ft2-clone

Download patch

ref: bb383fc54a3b9eeea70eb1eddd0c9583e7b0f444
parent: 402bc1e2a864e72139a5669c18b2008bd0d765bb
author: Olav Sørensen <olav.sorensen@live.no>
date: Tue Apr 21 15:51:29 EDT 2020

Fixed an oopsie from previous commit

--- a/src/ft2_nibbles.c
+++ b/src/ft2_nibbles.c
@@ -852,7 +852,7 @@
 	NI_P2Score = 0;
 	NI_P1Lives = 5;
 	NI_P2Lives = 5;
-	NI_Level = 1;
+	NI_Level = 0;
 
 	newNibblesGame();
 }