Author: jquelin
Date: Wed Jan  7 09:26:56 2009
New Revision: 35139

Modified:
   trunk/languages/befunge/load.pir

Log:
and the playfield is 25 lines long, not 23


Modified: trunk/languages/befunge/load.pir
==============================================================================
--- trunk/languages/befunge/load.pir    (original)
+++ trunk/languages/befunge/load.pir    Wed Jan  7 09:26:56 2009
@@ -35,7 +35,7 @@
 
     # end of file, but not enough lines
   LOAD__EOF:
-    missing = 24 - noline
+    missing = 26 - noline
 
   LOAD__FILL_EMPTY_LINE:
     line     = _load__fit_str_to_80('')

Reply via email to