Mercurial > mm7
comparison GUIFont.cpp @ 2069:259df09dfb50
32bits almost there
author | Nomad |
---|---|
date | Tue, 03 Dec 2013 20:18:17 +0200 |
parents | c4ab816fcc5e |
children | 38bf1c70fc70 |
comparison
equal
deleted
inserted
replaced
2061:b2a434d65344 | 2069:259df09dfb50 |
---|---|
644 return &temp_string[0]; | 644 return &temp_string[0]; |
645 } | 645 } |
646 //----- (00414162) -------------------------------------------------------- | 646 //----- (00414162) -------------------------------------------------------- |
647 void uGameUIFontMain_initialize() | 647 void uGameUIFontMain_initialize() |
648 { | 648 { |
649 uGameUIFontMain = TargetColor(0xAu, 0, 0); | 649 uGameUIFontMain = Color16(0xAu, 0, 0); |
650 } | 650 } |
651 | 651 |
652 //----- (00414174) -------------------------------------------------------- | 652 //----- (00414174) -------------------------------------------------------- |
653 void uGameUIFontShadow_initialize() | 653 void uGameUIFontShadow_initialize() |
654 { | 654 { |
655 uGameUIFontShadow = TargetColor(0xE6u, 214u, 193u); | 655 uGameUIFontShadow = Color16(0xE6u, 214u, 193u); |
656 } | 656 } |