Changeset 671 for abuse/trunk/src/console.cpp
- Timestamp:
- May 16, 2011, 2:37:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/console.cpp
r668 r671 52 52 if (!con_win) 53 53 { 54 con_win=wm->new_window(lastx,lasty,screen_w(),screen_h(),NULL,name); 54 con_win=wm->CreateWindow(vec2i(lastx, lasty), 55 vec2i(screen_w(), screen_h()), NULL, name); 55 56 redraw(); 56 57 con_win->m_surf->SetClip(vec2i(con_win->x1(), con_win->y1()),
Note: See TracChangeset
for help on using the changeset viewer.