mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-21 23:01:30 -04:00
Fixed sf64 clear screen buffer for widescreen
This commit is contained in:
committed by
Sonic Dreamcaster
parent
4ca3aebc7f
commit
93e6d673e6
+2
-1
@@ -7,7 +7,8 @@
|
||||
|
||||
#define SCREEN_WIDTH 320
|
||||
#define SCREEN_HEIGHT 240
|
||||
#define SCREEN_MARGIN 8
|
||||
// This should be part of a CVar
|
||||
#define SCREEN_MARGIN 0
|
||||
|
||||
#define TIME_IN_SECONDS(x) (x * 30);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user