Skip to content

Commit

Permalink
status line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Jan 2, 2023
1 parent 621377a commit 4486ccb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/bloodsea.zil
Original file line number Diff line number Diff line change
Expand Up @@ -2972,12 +2972,12 @@
<CURSET .ROW 1>>

<ROUTINE UPDATE-STATUS-LINE ("AUX" WIDTH)
<SPLIT 2>
<SCREEN 1>
<SET WIDTH <LOWCORE SCRH>>
<HLIGHT ,H-INVERSE>
<LINE-ERASE 1>
<COND (,HERE
<SPLIT 2>
<SCREEN 1>
<SET WIDTH <LOWCORE SCRH>>
<HLIGHT ,H-INVERSE>
<LINE-ERASE 1>
<CURSET 1 1>
<TELL D ,HERE>
<COND (<G? <GETP ,HERE ,P?VISITS> 1>
Expand All @@ -2998,9 +2998,9 @@
<TELL ": " N ,MONEY>
)>
)>
)>
<SCREEN 0>
<HLIGHT ,H-NORMAL>>
<SCREEN 0>
<HLIGHT ,H-NORMAL>
)>>

; "Gamebook loop routines"
; ---------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4486ccb

Please sign in to comment.