~adrian-arroyocalle/azpazeta/azpazeta

« back to all changes in this revision

Viewing changes to source/dialogbox.cpp

  • Committer: Adrián Arroyo Calle
  • Date: 2012-08-12 07:32:31 UTC
  • Revision ID: adrian.arroyocalle@gmail.com-20120812073231-3jj3f7jy2jzht06v
Final version

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
: wxDialog(NULL, wxID_ANY, wxT("Bread & Pan"), wxPoint(-1,-1), wxSize(400,400))
12
12
{
13
13
        diagpanel=new wxPanel(this);
 
14
        if(money>=100000){
 
15
        wxMessageBox("Felicidades, has logrado 100.000 $. Has terminado el juego, ahora puedes jugar multijugador, seguir jugando o esperar nuevas actualizaciones (nuevas ciudades, nuevos productos,...)");
 
16
        }else   
14
17
        if(mision==16){
15
18
        line1=new wxStaticText(diagpanel, wxID_ANY, "-Veo que traes los panes, no es cierto", wxPoint(-1,-1));
16
19