Merge pull request #1250 from duncanspumpkin/fix_1249

Fix original windows crashing
This commit is contained in:
Ted John 2015-06-07 13:33:37 +01:00
commit 35ef1fd5f3
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ typedef enum {
WWT_CHECKBOX = 23,
WWT_24,
WWT_25,
WWT_TEXT_BOX = 26,
WWT_LAST = 27,
WWT_TEXT_BOX = 27,
WWT_LAST = 26,
} WINDOW_WIDGET_TYPES;
#define WIDGETS_END WWT_LAST, 0, 0, 0, 0, 0, 0, 0