forked from len0rd/rockbox
Superdom: whitespace cleanup
Change-Id: Iab7aa68c4ed34809e1e9200cba9ee5bc0a09be8e Reviewed-on: http://gerrit.rockbox.org/930 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
This commit is contained in:
parent
12f5c63474
commit
e47ed2a534
1 changed files with 668 additions and 668 deletions
|
@ -2125,7 +2125,7 @@ startyear:
|
|||
}
|
||||
|
||||
/* production */
|
||||
startprod:
|
||||
startprod:
|
||||
gamestate = GS_PROD;
|
||||
switch(production_menu()) {
|
||||
case RET_VAL_USB:
|
||||
|
@ -2139,7 +2139,7 @@ startprod:
|
|||
|
||||
/* movement */
|
||||
humanres.moves = superdom_settings.movesperturn;
|
||||
startmove:
|
||||
startmove:
|
||||
gamestate = GS_MOVE;
|
||||
switch(movement_menu()) {
|
||||
case RET_VAL_USB:
|
||||
|
@ -2174,7 +2174,7 @@ startmove:
|
|||
}
|
||||
/* war */
|
||||
humanres.moves = superdom_settings.movesperturn;
|
||||
startwar:
|
||||
startwar:
|
||||
gamestate = GS_WAR;
|
||||
switch(war_menu()) {
|
||||
case RET_VAL_USB:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue