Warning-fix for -O2

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@207 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-02-01 20:45:47 +00:00
parent 474bcfb095
commit ff36a733cf
1 changed files with 1 additions and 1 deletions

2
ee.c
View File

@ -2759,7 +2759,7 @@ struct menu_entries menu_list[];
int counter;
int length;
int input;
int temp;
int temp = 0;
int list_size;
int top_offset; /* offset from top where menu items start */
int vert_pos; /* vertical position */