fixed: all ready for input-testing
This commit is contained in:
@ -60,6 +60,8 @@ const int MAP_HEIGHT = 25;
|
||||
const int MAP_WIDTH = 79;
|
||||
const int DISPLAY_HEIGHT = 30;
|
||||
const int DISPLAY_WIDTH = 79;
|
||||
const int DISPLAY_BUFFER_SIZE = DISPLAY_HEIGHT * DISPLAY_WIDTH +
|
||||
DISPLAY_WIDTH * 3;
|
||||
|
||||
// TODO: list all extra features
|
||||
// using constants to keep track of features
|
||||
|
Reference in New Issue
Block a user