Changeset 75 for libcaca/trunk/src/main.c
- Timestamp:
- Nov 9, 2003, 12:26:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/main.c
r71 r75 4 4 * All Rights Reserved 5 5 * 6 * $Id : main.c,v 1.17 2003/02/09 11:17:40 sam Exp$6 * $Id$ 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify … … 104 104 break; 105 105 case '\t': 106 ceo_alert( );106 ceo_alert( g ); 107 107 poz = 1; 108 108 break; … … 177 177 } 178 178 179 gfx_delay();180 181 179 if( !poz || skip ) 182 180 { … … 217 215 218 216 /* Clear screen */ 219 clear_graphics( );217 clear_graphics( g ); 220 218 221 219 /* Print starfield, tunnel, aliens, player and explosions */
Note: See TracChangeset
for help on using the changeset viewer.