Skip to content

Commit

Permalink
Fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
stransky committed Jun 30, 2020
1 parent c5f0c88 commit 0a299b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/animation.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ typedef class animation_repository {
// Run-time animation
// -------------------------------------------------------

#define MAX_POST_EVENTS 10
#define MAX_POST_EVENTS 20

typedef class animation {

Expand Down
4 changes: 3 additions & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#ifndef __DEFINES_H__
#define __DEFINES_H__

#include "config.h"

/* Basic constants
*/
#define GAME_FPS (berusky_config::game_fps) // game refresh
Expand Down Expand Up @@ -445,7 +447,7 @@ typedef int anim_handle;
#define INI_USER_DIRECTORY "~/.berusky"
#define INI_USER_LEVELS "~/.berusky/User"
#define INI_USER_PROFILES "~/.berusky/Profiles"
#define INI_FILE_GLOBAL "/var/games/berusky/"INI_FILE_NAME
#define INI_FILE_GLOBAL PACKAGE_DATA_DIR"/berusky/"INI_FILE_NAME
#define INI_FILE_USER "~/.berusky/"INI_FILE_NAME
#define INI_FILE_LOCAL "./"INI_FILE_NAME
#define DIRECTORY_GET(d) (d)
Expand Down

0 comments on commit 0a299b7

Please sign in to comment.