diff --git a/src/config.h b/src/config.h index a50569e..8427abb 100644 --- a/src/config.h +++ b/src/config.h @@ -26,11 +26,11 @@ #include #ifndef RGSS2 -#define DEF_SCREEN_W 640 -#define DEF_SCREEN_H 480 +# define DEF_SCREEN_W 640 +# define DEF_SCREEN_H 480 #else -#define DEF_SCREEN_W 544 -#define DEF_SCREEN_H 416 +# define DEF_SCREEN_W 544 +# define DEF_SCREEN_H 416 #endif struct Config diff --git a/src/graphics.cpp b/src/graphics.cpp index 2f01b14..9a9f369 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -46,9 +46,9 @@ #include #ifdef RGSS2 -#define DEF_FRAMERATE 60 +# define DEF_FRAMERATE 60 #else -#define DEF_FRAMERATE 40 +# define DEF_FRAMERATE 40 #endif struct PingPong