Browse Source

Update Source/stores.cpp

pull/88/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
f2f4aac59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/stores.cpp

2
Source/stores.cpp

@ -358,7 +358,7 @@ void __fastcall ClearSText(int s, int e)
{
int i;
for (i = s; i < e; ++i) {
for (i = s; i < e; i++) {
stext[i]._sx = 0;
stext[i]._syoff = 0;
stext[i]._sstr[0] = 0;

Loading…
Cancel
Save