1
0
Fork 0
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:
Franklin Wei 2014-08-26 20:08:17 -04:00 committed by Michael Giacomelli
parent 12f5c63474
commit e47ed2a534

View file

@ -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: