Mercurial > public > ostc4
comparison Discovery/Src/tHome.c @ 295:718e5feded62
Merged in janlmulder/ostc4/div-fixes-6 (pull request #23)
Cleanup VPM, NDL to 240 min, and more cleanup
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Mon, 13 May 2019 13:37:34 +0000 |
parents | 8466c994f3e6 |
children | b111fc4250e9 |
comparison
equal
deleted
inserted
replaced
287:ba9d99a2e310 | 295:718e5feded62 |
---|---|
69 else | 69 else |
70 set_globalState(StS); | 70 set_globalState(StS); |
71 } | 71 } |
72 | 72 |
73 | 73 |
74 void switch_to_SimData_tHome(void) | |
75 { | |
76 set_stateUsedToSim(); | |
77 } | |
78 | |
79 | |
80 void switch_to_RealData_tHome(void) | |
81 { | |
82 set_stateUsedToReal(); | |
83 } | |
84 | |
85 | |
86 void tHome_init(void) | 74 void tHome_init(void) |
87 { | 75 { |
88 t7_init(); // standard + surface | 76 t7_init(); // standard + surface |
89 t3_init(); // big font | 77 t3_init(); // big font |
90 t4_init(); // game | 78 t4_init(); // game |