Changeset 120 for abuse/trunk/src/game.cpp
- Timestamp:
- Mar 17, 2008, 3:25:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/game.cpp
r115 r120 60 60 extern crc_manager *net_crcs; 61 61 game *the_game; 62 window_manager *wm = NULL;62 WindowManager *wm = NULL; 63 63 int dev, shift_down = SHIFT_DOWN_DEFAULT, shift_right = SHIFT_RIGHT_DEFAULT; 64 64 double sum_diffs = 1, total_diffs = 12; … … 110 110 no_space_msg, NULL); 111 111 button *b = new button(0, 0, ID_QUIT_OK, "Quit", inf); 112 jwindow *no_space = wm->new_window(0, 0, -1, -1, b, "ERROR");112 Jwindow *no_space = wm->new_window(0, 0, -1, -1, b, "ERROR"); 113 113 114 114 event ev; … … 1483 1483 console_font = new JCFont(cash.img(console_font_pict)); 1484 1484 1485 wm = new window_manager(screen, pal, bright_color, 1486 med_color, 1487 dark_color, 1488 game_font); 1485 wm = new WindowManager(screen, pal, bright_color, 1486 med_color, dark_color, game_font); 1489 1487 1490 1488 delete stat_man; // move to a graphical status manager
Note: See TracChangeset
for help on using the changeset viewer.