Remove debug messages for model menu.
parent
502026a640
commit
c7039884e1
|
@ -866,8 +866,6 @@ enableModelMenu(playerCommand)
|
|||
for (;;)
|
||||
{
|
||||
player waittill("modelmenu_requested");
|
||||
|
||||
player IPrintLn("Opening model menu...");
|
||||
player openPopupMenu(game["menu_models"]);
|
||||
}
|
||||
}
|
||||
|
@ -890,7 +888,6 @@ handleModelMenuSelection()
|
|||
continue;
|
||||
|
||||
// Possible values: chmodel,<id>; back
|
||||
player IPrintLn(response);
|
||||
selection = StrTok(response, ",");
|
||||
switch (selection[0])
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue