Skip to content

Commit

Permalink
missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
Wengier committed May 1, 2022
1 parent b723474 commit d89f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ints/mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ const char* Mouse_GetSelected(int x1, int y1, int x2, int y2, int w, int h, uint
r2=t;
}
text[0]=0;
uint16_t seg = IS_DOSV?GetTextSeg():0;
uint16_t seg = IS_DOSV?GetTextSeg():VGAMEM_CTEXT;
bool ttfuse = false;
int ttfcols = 0;
#if defined(USE_TTF)
Expand Down

0 comments on commit d89f04e

Please sign in to comment.