Skip to content

Commit f987516

Browse files
authored
不小心把MapReader的只读限制搞没了
1 parent 59bb7c7 commit f987516

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MapReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main(int argc,char ** argv){
2222
//Instantiate Object
2323
//实例化对象
2424
Map G;
25-
People p;
25+
People p(false);
2626
Egg egg;
2727
system(("cd \""+string(_getcwd(NULL,0))+"\"").c_str());
2828
system("start \"\" \".\\defines\\sound\\1st.mp3\"");

MapReader.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)