Rev 1 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 11 | ||
---|---|---|---|
Line 185... | Line 185... | ||
185 | gCurrent_graf_data->action_replay_hilite_y, |
185 | gCurrent_graf_data->action_replay_hilite_y, |
186 | gReplay_pixies[9]); |
186 | gReplay_pixies[9]); |
187 | } |
187 | } |
188 | if (the_time - gCam_change_time < 2000) { |
188 | if (the_time - gCam_change_time < 2000) { |
189 | TransDRPixelmapText(gBack_screen, |
189 | TransDRPixelmapText(gBack_screen, |
190 | gCurrent_graf_data->action_replay_cam_text_x - DRTextWidth(&gFonts[ |
190 | gCurrent_graf_data->action_replay_cam_text_x - DRTextWidth(&gFonts[kFont_ORANGHED], GetMiscString(gAction_replay_camera_mode ? kMiscString_PanningCamera : kMiscString_StandardCamera)), |
191 | gCurrent_graf_data->action_replay_cam_text_y, |
191 | gCurrent_graf_data->action_replay_cam_text_y, |
192 | &gFonts[ |
192 | &gFonts[kFont_ORANGHED], |
193 | GetMiscString(gAction_replay_camera_mode ? kMiscString_PanningCamera : kMiscString_StandardCamera), |
193 | GetMiscString(gAction_replay_camera_mode ? kMiscString_PanningCamera : kMiscString_StandardCamera), |
194 | 2 * gCurrent_graf_data->action_replay_cam_text_x); |
194 | 2 * gCurrent_graf_data->action_replay_cam_text_x); |
195 | } |
195 | } |
196 | TurnOnPaletteConversion(); |
196 | TurnOnPaletteConversion(); |
197 | DoMouseCursor(); |
197 | DoMouseCursor(); |