mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-09 16:10:27 -04:00
you can now visit caredbar!
This commit is contained in:
parent
bf59962724
commit
3b903e2b52
55 changed files with 953 additions and 1428 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <platform.h>
|
||||
#include <iostream>
|
||||
#include <filesystem>
|
||||
#include <regex>
|
||||
|
@ -50,7 +51,7 @@ void save_dump(const uint16_t *screen_addr,
|
|||
}
|
||||
sprintf(c, "dump%04d.bmp", ++dump_counter);
|
||||
SEND_LOG("(DUMP) Saving screen shot named '%s'", c);
|
||||
f = fopen(c, "wb");
|
||||
f = fopen_icase(c, "wb");
|
||||
fputc('B', f);
|
||||
fputc('M', f);
|
||||
i = width * height * 3 + 0x36;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue