equal
deleted
inserted
replaced
2 |
2 |
3 /** @file misc_cmd.cpp */ |
3 /** @file misc_cmd.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "table/strings.h" |
|
8 #include "command_func.h" |
7 #include "command_func.h" |
9 #include "economy_func.h" |
8 #include "economy_func.h" |
10 #include "gui.h" |
9 #include "gui.h" |
11 #include "window_func.h" |
10 #include "window_func.h" |
12 #include "textbuf_gui.h" |
11 #include "textbuf_gui.h" |
21 #include "string_func.h" |
20 #include "string_func.h" |
22 #include "player_func.h" |
21 #include "player_func.h" |
23 #include "player_base.h" |
22 #include "player_base.h" |
24 #include "player_gui.h" |
23 #include "player_gui.h" |
25 |
24 |
|
25 #include "table/strings.h" |
|
26 |
26 /** Change the player's face. |
27 /** Change the player's face. |
27 * @param tile unused |
28 * @param tile unused |
28 * @param flags operation to perform |
29 * @param flags operation to perform |
29 * @param p1 unused |
30 * @param p1 unused |
30 * @param p2 face bitmasked |
31 * @param p2 face bitmasked |