Skip to content

Commit

Permalink
Merge pull request #100 from BurnZeZ/master
Browse files Browse the repository at this point in the history
Quick fix for a missed var last pull request.
  • Loading branch information
TheDarklingWolf committed Feb 24, 2013
2 parents 3cad685 + 75d30ac commit 60b16b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct option_table
option_table() {
for (int i = 0; i < NUM_OPTION_KEYS; i++) {
if(i == OPT_VIEWPORT_X || i == OPT_VIEWPORT_Y) {
options[i] = 11;
options[i] = 12;
}
else {
options[i] = 0;
Expand Down

0 comments on commit 60b16b5

Please sign in to comment.