This commit is contained in:
Jonas Kulla 2014-08-17 00:12:43 +02:00
parent d075bd255c
commit 52e2f2304a
2 changed files with 6 additions and 6 deletions

View File

@ -26,11 +26,11 @@
#include <vector> #include <vector>
#ifndef RGSS2 #ifndef RGSS2
#define DEF_SCREEN_W 640 # define DEF_SCREEN_W 640
#define DEF_SCREEN_H 480 # define DEF_SCREEN_H 480
#else #else
#define DEF_SCREEN_W 544 # define DEF_SCREEN_W 544
#define DEF_SCREEN_H 416 # define DEF_SCREEN_H 416
#endif #endif
struct Config struct Config

View File

@ -46,9 +46,9 @@
#include <algorithm> #include <algorithm>
#ifdef RGSS2 #ifdef RGSS2
#define DEF_FRAMERATE 60 # define DEF_FRAMERATE 60
#else #else
#define DEF_FRAMERATE 40 # define DEF_FRAMERATE 40
#endif #endif
struct PingPong struct PingPong