diff options
author | Treeki <treeki@gmail.com> | 2012-09-28 02:14:22 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-28 02:14:22 +0200 |
commit | 324f2f2b3b8dff9c6b9c297390c8307d181dac87 (patch) | |
tree | f84a4579fe3fd3d46b8c03abef7eb276d6ee5247 /include | |
parent | 908766204ce347afd46ed179a9a40e1adadf41b2 (diff) | |
download | kamek-324f2f2b3b8dff9c6b9c297390c8307d181dac87.tar.gz kamek-324f2f2b3b8dff9c6b9c297390c8307d181dac87.zip |
various fixes to stuff on map HUD
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index fd0dd3c..e383cf7 100755 --- a/include/game.h +++ b/include/game.h @@ -3253,6 +3253,7 @@ namespace mHeap { };
void WriteNumberToTextBox(int *number, const int *fieldLength, nw4r::lyt::TextBox *textBox, bool unk); // 800B3B60
+void WriteNumberToTextBox(int *number, nw4r::lyt::TextBox *textBox, bool unk); // 800B3BE0
namespace EGG {
class MsgRes {
|