- Split rect_draw_some_item into two versions, one to draw to the screen and on to draw to a GWorld.
- Temporary fix for the fact that PC #6 is often accessed. - I think that's all... git-svn-id: http://openexile.googlecode.com/svn/trunk@94 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -101,7 +101,7 @@ int main() {
|
||||
load_graphics();
|
||||
|
||||
init_dialogs();
|
||||
init_graph_tool(redraw_screen,NULL);
|
||||
init_graph_tool(redraw_screen);
|
||||
|
||||
cen_x = 18;
|
||||
cen_y = 18;
|
||||
|
Reference in New Issue
Block a user