mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 02:11:58 -04:00
add steam and achivements, improve console
This commit is contained in:
parent
9bfb0f1d5d
commit
f49a7490c1
13 changed files with 360 additions and 258 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <platform/platform.h>
|
||||
#include <platform/achievements.h>
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -723,7 +724,7 @@ void do_timer(void)
|
|||
|
||||
void done_skeldal(void)
|
||||
{
|
||||
|
||||
achievements_shutdown();
|
||||
|
||||
close_manager();
|
||||
close_story_file();
|
||||
|
@ -987,7 +988,9 @@ void init_skeldal(const INI_CONFIG *cfg)
|
|||
|
||||
cti_texty();
|
||||
timer_tree.next=NULL;
|
||||
init_events();
|
||||
init_events();
|
||||
|
||||
achievements_init();
|
||||
|
||||
char verr = game_display_init(ini_section_open(cfg, "video"), "Skeldal");
|
||||
if (!verr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue