mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 18:56:41 -04:00
no loading between levels, many improvements in code
This commit is contained in:
parent
77f1700902
commit
a8a87d514c
55 changed files with 628 additions and 763 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
void show_full_lfb12e(void *target, void *buff, void *paleta) {
|
||||
void show_full_lfb12e(void *target,const void *buff, const void *paleta) {
|
||||
uint16_t *edi = (uint16_t *)target;
|
||||
uint8_t *esi = (uint8_t *)buff;
|
||||
uint16_t *ebx = (uint16_t *)paleta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue