Changeset 593 for trunk/core/raw.c
- Timestamp:
- 11/25/08 22:42:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/raw.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/raw.c
r590 r593 168 168 } 169 169 #endif 170 timer=get_tick_count()-timer; 171 sprintf(txt, "saving time=%d", timer); 172 script_console_add_line(txt); 173 170 if (conf.raw_timer) 171 { 172 timer=get_tick_count()-timer; 173 sprintf(txt, "saving time=%d", timer); 174 script_console_add_line(txt); 175 } 174 176 } 175 177
Note: See TracChangeset
for help on using the changeset viewer.