Skip to content

Commit

Permalink
CGE2: Adjust the delay times to DOSBox's output.
Browse files Browse the repository at this point in the history
  • Loading branch information
uruk committed May 25, 2014
1 parent 3c86aa2 commit 0986347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/cge2/cge2_main.h
Expand Up @@ -36,8 +36,8 @@ namespace CGE2 {
#define kTabName "CGE.TAB"
#define kInfoW 140
#define kPocketFull 170
#define kGameFrameDelay (1000 / 50)
#define kGameTickDelay (1000 / 62)
#define kGameFrameDelay (750 / 50)
#define kGameTickDelay (750 / 62)

} // End of namespace CGE2

Expand Down

0 comments on commit 0986347

Please sign in to comment.