mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
trying to debug, additional rewrites
This commit is contained in:
parent
378b5586ab
commit
42f780a729
87 changed files with 1771 additions and 529 deletions
|
@ -1,5 +1,5 @@
|
|||
//Toto je hlavni soubor specialnich procedur pro hru BRANY SKELDALU
|
||||
#include <skeldal_win.h>
|
||||
#include <platform.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <event.h>
|
||||
|
@ -233,6 +233,8 @@ static __inline int toInt(float fval)
|
|||
|
||||
static void OtocObrazPodleMatice(float mx[3][2], word *picture)
|
||||
{
|
||||
int32_t scr_linelen2 = GetScreenPitch();
|
||||
|
||||
word *trg=GetScreenAdr()+17*scr_linelen2;
|
||||
int x,y;
|
||||
picture+=6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue