projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace 800x600 width a resolution from a .h file. Lots of positions are still hardco...
[ccbs]
/
bigscreen
/
splitscreen.h
diff --git
a/bigscreen/splitscreen.h
b/bigscreen/splitscreen.h
index
3b0616c
..
bf68b82
100644
(file)
--- a/
bigscreen/splitscreen.h
+++ b/
bigscreen/splitscreen.h
@@
-6,7
+6,7
@@
/* A 4x4 split class */
class SplitScreen : public GenericScreen {
private:
- unsigned char subbufs[4][
800 * 600
* 4];
+ unsigned char subbufs[4][
SCREEN_WIDTH * SCREEN_HEIGHT
* 4];
GenericScreen *subscreens[4];
bool valid;