mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
Fix map addressing
This commit is contained in:
parent
2c83064fa9
commit
a72882a743
2 changed files with 3 additions and 3 deletions
2
main.cc
2
main.cc
|
@ -8,7 +8,7 @@
|
|||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
class map map(10, 10);
|
||||
class map map(40, 20);
|
||||
|
||||
srandom(time(NULL));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue