diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-07 08:48:03 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-07 08:48:03 -0500 |
commit | 42bd0ae7913af00ea5e330e45321e2bbe9e734d9 (patch) | |
tree | 0e420156d2cb71607a1df0aa541a02b0db35a6cb /include/common.h | |
parent | a85accc62dab6d3edc4fb4ffb991ce4c537394f6 (diff) | |
parent | 81cf23371b94baf608c98d0dd248acfbbd5d2c70 (diff) |
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 0c4d700..0a868df 100644 --- a/include/common.h +++ b/include/common.h @@ -77,7 +77,7 @@ typedef struct{ * The desired width of the game window. */ -#define SCREEN_WIDTH 1280 +#define SCREEN_WIDTH 1024 /** * The desired height of the game window. |