Login
User Name:

Password:



Register

Forgot your password?
 Mud hosting?
Apr 24, 2024 4:05 am
By Aileenutz
Config +/- issue
Apr 15, 2024 7:51 am
By Khonsu
Create a tag/flag and store values in it?
Apr 6, 2024 12:17 am
By Salan
Compiling AFKmud 2.2.3
Apr 2, 2024 10:21 pm
By Elwood
Ship Crashing into objects..
Mar 30, 2024 12:54 am
By Elwood
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
There are currently no members online.

Members: 0
Guests: 21
Stats
Files
Topics
Posts
Members
Newest Member
489
3,791
19,645
597
Aileenutz

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » General » Coding » Oasis OLC snippet error
Forum Rules | Mark all | Recent Posts

Oasis OLC snippet error
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Mar 24, 2018 5:44 pm   Last edited Mar 24, 2018 5:45 pm by joeyfogas
Go to the top of the page
Go to the bottom of the page

joeyfogas
Apprentice
GroupMembers
Posts78
JoinedAug 28, 2016

 
was using the Oasis OLC code submitted here by Vladaar and getting this


act_move.c:3383:14: error: ‘edir’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
     move_char( ch, get_exit( ch->in_room, edir ), 0 );
     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



edit: This is the buildwalk part of the code
Anyone else used this on SmaugFUSS and get it working?

Post is unread #2 Mar 25, 2018 10:19 pm   
Go to the top of the page
Go to the bottom of the page

joeyfogas
Apprentice
GroupMembers
Posts78
JoinedAug 28, 2016

 
ok not sure if it is a 'solution', but I just commented out that line and everything works fine.

Post is unread #3 Mar 28, 2018 8:49 am   Last edited Mar 28, 2018 8:50 am by Vladaar
Go to the top of the page
Go to the bottom of the page

Vladaar
Apprentice
GroupMembers
Posts57
JoinedNov 24, 2016

 
Wherever edir was declared you should do...

Change it to short edir =0;

That initializes it.

I would uncomment that movechar call I'm sure you need it.

Pages:<< prev 1 next >>