Explorar el Código

Default to console if nothing else selected.

woollybah hace 6 años
padre
commit
035997cb21
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      maxide.bmx

+ 5 - 0
maxide.bmx

@@ -5820,6 +5820,11 @@ Type TCodePlay
 					'syncmodsreq.FromString b$
 					'syncmodsreq.FromString b$
 			End Select
 			End Select
 		Wend
 		Wend
+		
+		If Not guienabled And Not makelibenabled Then
+			consoleenabled = True
+		End If
+		
 		stream.close()		
 		stream.close()		
 	End Method
 	End Method