Fixed XRick
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="XRick"
|
||||
AppFullName=net.xrick.sdl
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=1021212
|
||||
AppVersionCode=102121203
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="021212"
|
||||
AppVersionName="021212.03"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||
|
||||
@@ -581,7 +581,7 @@ init(void)
|
||||
|
||||
game_map = sysarg_args_map;
|
||||
|
||||
if (sysarg_args_submap == 0) {
|
||||
if (sysarg_args_submap == 0 || sysarg_args_submap == map_maps[game_map].submap) {
|
||||
game_submap = map_maps[game_map].submap;
|
||||
map_frow = (U8)map_maps[game_map].row;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user