Remove accidental code

This commit is contained in:
Miloslav Číž 2021-04-30 21:36:17 +02:00
parent 99418d1d17
commit 135e17e9b2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#ifndef __EMSCRIPTEN__
#ifndef GAME_LQ
// higher quality
#define SFG_FPS 60
#define SFG_FPS 35
#define SFG_LOG(str) puts(str);
#define SFG_SCREEN_RESOLUTION_X 700
#define SFG_SCREEN_RESOLUTION_Y 512