diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-11 07:38:33 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-11 07:38:33 -0500 |
commit | 6bf27552a564297cd8aaf1e3c24d9320438bdcc5 (patch) | |
tree | 1947c5911d234e72cbf189433612047c443e40e6 /include/common.h | |
parent | c16827da9b66f42e2bd0d002381bdcdaa2ac8045 (diff) | |
parent | a2284d1c9be35744cb43a91148c82cff64be7a43 (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 adbd7fa..8552720 100644 --- a/include/common.h +++ b/include/common.h @@ -78,7 +78,7 @@ typedef struct{ * The desired width of the game window. */ -#define SCREEN_WIDTH 1024 +#define SCREEN_WIDTH 1280 /** * The desired height of the game window. |