06-10-2024, 02:38 PM
(This post was last modified: 06-10-2024, 02:39 PM by justsomeguy.)
Found an error here that differed from the printout. Its around line 77.
Code: (Select All)
GOSUB PORTSTART
INPUT "TYPE 'RUN' FOR CALCULATION OR 'NEW' FOR A DATA CHANGE: ", Z$
IF Z$ = "NEW" THEN GOTO 50
CALL PAREA(NEP, WEPM, EXHT, RTEM, RBEM, FEPRT, DEPRT)
CALL PAREA(NTP, WTPM, TRHT, RTTM, RBTM, FTPRT, DTPRT)
CALL PAREA(NIP, WIPM, INHT, RTIM, RBIM, FIPRT, DIPRT) '<---FIXED an Error Here
FTDUCT = TRAR * FTPRT
DTDUCT = SQR(4 * FTDUCT / PI)
TSV = FPISTON * HEOT
CYCV = TSV / (TCR - 1)
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool