Mercurial > mm7
comparison Game.cpp @ 123:4e35bb416dea
11.02.13
author | Ritor1 |
---|---|
date | Mon, 11 Feb 2013 19:13:23 +0600 |
parents | 2fb33d31ca0d |
children | eeb0a8222d59 |
comparison
equal
deleted
inserted
replaced
118:acff5a5d563b | 123:4e35bb416dea |
---|---|
1072 //----- (0044EB12) -------------------------------------------------------- | 1072 //----- (0044EB12) -------------------------------------------------------- |
1073 bool Game::_44EB12(bool bOutline, stru157 *a3, stru157 *a4) | 1073 bool Game::_44EB12(bool bOutline, stru157 *a3, stru157 *a4) |
1074 { | 1074 { |
1075 if ( !pCurrentScreen && pVisInstance && pRenderer->pRenderD3D ) | 1075 if ( !pCurrentScreen && pVisInstance && pRenderer->pRenderD3D ) |
1076 { | 1076 { |
1077 bool r = pVisInstance->_4C05CC(&pVisInstance->stru1, a3, a4); | 1077 bool r = pVisInstance->PickKeyboard(&pVisInstance->stru1, a3, a4); |
1078 | 1078 |
1079 if (bOutline) | 1079 if (bOutline) |
1080 OutlineSelection(); | 1080 OutlineSelection(); |
1081 return r; | 1081 return r; |
1082 } | 1082 } |
1083 return false; | 1083 return false; |
1084 } | 1084 } |
1085 /* | |
1086 Result::Code Game::PickKeyboard(bool bOutline, struct unnamed_F93E6C *a3, struct unnamed_F93E6C *a4) | |
1087 { | |
1088 if (dword_4E28F8_PartyCantJumpIfTrue) | |
1089 return Result::Generic; | |
1090 | |
1091 pVis->PickKeyboard(a3, a4); | |
1092 if (bOutline) | |
1093 Game_outline_selection((int)this); | |
1094 return Result::Success; | |
1095 } | |
1096 */ | |
1085 // 4E28F8: using guessed type int pCurrentScreen; | 1097 // 4E28F8: using guessed type int pCurrentScreen; |
1086 | 1098 |
1087 //----- (0044EB5A) -------------------------------------------------------- | 1099 //----- (0044EB5A) -------------------------------------------------------- |
1088 void Game::OutlineSelection() | 1100 void Game::OutlineSelection() |
1089 { | 1101 { |