Queue hotkey-watch the test cinematic...looks good on my test map, ask if you want me to send the map to you (it actually orbits around some units on that map).

This was SVN commit r3475.
This commit is contained in:
pyrolink
2006-02-05 02:49:33 +00:00
parent 920795fd85
commit 195affefee
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -100,8 +100,7 @@ static SHotkeyInfo hotkeyInfo[] =
{ HOTKEY_CAMERA_CINEMA_ADD, "camera.cinema.add", SDLK_l, 0 },
{ HOTKEY_CAMERA_CINEMA_DELETE, "camera.cinema.delete", SDLK_u, 0 },
{ HOTKEY_CAMERA_CINEMA_DELETE_ALL, "camera.cinema.delete.all", SDLK_r, 0 },
{ HOTKEY_CAMERA_CINEMA_DRAW, "camera.cinema.draw", SDLK_d, 0 },
{ HOTKEY_CAMERA_CINEMA_WRITE, "camera.cinema.write", SDLK_o, 0},
{ HOTKEY_CAMERA_CINEMA_QUEUE, "camera.cinema.write", SDLK_r, 0},
{ HOTKEY_CONSOLE_TOGGLE, "console.toggle", SDLK_F1, 0 },
{ HOTKEY_CONSOLE_COPY, "console.copy", 0, 0 },
{ HOTKEY_CONSOLE_PASTE, "console.paste", 0, 0 },
+1 -2
View File
@@ -63,8 +63,7 @@ enum
HOTKEY_CAMERA_CINEMA_ADD,
HOTKEY_CAMERA_CINEMA_DELETE,
HOTKEY_CAMERA_CINEMA_DELETE_ALL,
HOTKEY_CAMERA_CINEMA_DRAW,
HOTKEY_CAMERA_CINEMA_WRITE,
HOTKEY_CAMERA_CINEMA_QUEUE,
HOTKEY_CONSOLE_TOGGLE,
HOTKEY_CONSOLE_COPY,
HOTKEY_CONSOLE_PASTE,