Fixed frame again (#2)

* Fixed frame again

Correct vtable layout differences between GCC and StormC++.

* Fixed frame once again
This commit is contained in:
Stefan 2026-05-13 01:16:07 +02:00 committed by GitHub
parent 05e4c79762
commit ef65678203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -64,7 +64,7 @@ All characters are stored in a single bitmap strip. The `tf_CharLoc` table tells
```
tf_CharData bitmap:
┌──┬───┬──┬───┬──┬──┬───────────────────┐
│A │ B │C │ D │E │F │ ... all chars ...
│A │ B │C │ D │E │F │ ... all chars ... │
└──┴───┴──┴───┴──┴──┴───────────────────┘
tf_CharLoc[ch - tf_LoChar]: