fix: add check for 0 or 2+ players on a map
This commit is contained in:
parent
96cc9096cd
commit
465aacdefe
10 changed files with 115 additions and 81 deletions
13
testmaps/err_manymanyplayers.cub
Normal file
13
testmaps/err_manymanyplayers.cub
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,2,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
1E000N0W1
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
||||
13
testmaps/err_manyplayers.cub
Normal file
13
testmaps/err_manyplayers.cub
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,2,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
10000N0W1
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
||||
13
testmaps/err_noplayer.cub
Normal file
13
testmaps/err_noplayer.cub
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,2,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
100000001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
||||
13
testmaps/err_playeroutside.cub
Normal file
13
testmaps/err_playeroutside.cub
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,2,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
100000001
|
||||
111110111
|
||||
N101
|
||||
101
|
||||
111
|
||||
Loading…
Add table
Add a link
Reference in a new issue